File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
args : --release --target ${{matrix.targetarch}}-unknown-linux-musl
37
37
38
38
- name : Upload policy-server binary
39
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
39
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
40
40
with :
41
41
name : policy-server-${{ matrix.targetarch }}
42
42
path : |
60
60
- name : Set up QEMU
61
61
uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
62
62
- name : Set up Docker Buildx
63
- uses : docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
63
+ uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
64
64
- name : Login to GitHub Container Registry
65
65
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
66
66
with :
Original file line number Diff line number Diff line change 81
81
ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG}
82
82
83
83
- name : Upload SBOMs as artifacts
84
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
84
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
85
85
with :
86
86
name : sbom-${{ matrix.arch }}
87
87
path : policy-server-sbom-${{ matrix.arch }}*
You can’t perform that action at this time.
0 commit comments