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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
39
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
73
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
78
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
75
75
76
76
- name : Download SBOM artifact
77
- uses : actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
77
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
84
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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