File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
39
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
40
40
with :
41
41
name : policy-server-${{ matrix.targetarch }}
42
42
path : |
@@ -70,12 +70,12 @@ jobs:
70
70
71
71
# Download the policy-server artifacts we've built inside of the previous job
72
72
- name : Download policy-server-x86_64 artifact
73
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
73
+ uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
74
74
with :
75
75
name : policy-server-x86_64
76
76
path : artifacts-x86_64
77
77
- name : Download policy-server-aarch64 artifact
78
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
78
+ uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
79
79
with :
80
80
name : policy-server-aarch64
81
81
path : artifacts-aarch64
Original file line number Diff line number Diff line change 74
74
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
75
75
76
76
- name : Download SBOM artifact
77
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
77
+ uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
78
78
with :
79
79
pattern : sbom-*
80
80
path : ./
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
84
+ uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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