File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
39
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
73
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
78
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75
75
76
76
- name : Download SBOM artifact
77
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
77
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
84
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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