20
20
21
21
steps :
22
22
- name : Harden Runner
23
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
23
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
24
24
with :
25
25
egress-policy : audit
26
26
@@ -55,14 +55,14 @@ jobs:
55
55
# echo "version=mtower-${VERSION:1}.bin" >> "$GITHUB_OUTPUT"
56
56
57
57
- name : Upload build artifacts
58
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
58
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
59
59
with :
60
60
name : ${{ steps.mtower_version.outputs.version }}_s.bin
61
61
path : ./${{ steps.mtower_version.outputs.version }}_s.bin
62
62
if-no-files-found : error
63
63
64
64
- name : Upload build artifacts
65
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
65
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
66
66
with :
67
67
name : ${{ steps.mtower_version.outputs.version }}_ns.bin
68
68
path : ./${{ steps.mtower_version.outputs.version }}_ns.bin
78
78
79
79
steps :
80
80
- name : Harden Runner
81
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
81
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
82
82
with :
83
83
egress-policy : audit
84
84
96
96
actions : read # To read the workflow path.
97
97
id-token : write # To sign the provenance.
98
98
contents : write # To add assets to a release.
99
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
99
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
100
100
with :
101
101
base64-subjects : " ${{ needs.build.outputs.hashes }}"
102
102
upload-assets : true # Optional: Upload to a new release
@@ -111,17 +111,17 @@ jobs:
111
111
if : startsWith(github.ref, 'refs/tags/')
112
112
steps :
113
113
- name : Harden Runner
114
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
114
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
115
115
with :
116
116
egress-policy : audit
117
117
118
118
- name : Download ${{ needs.build.outputs.version }}_s.bin
119
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
119
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
120
120
with :
121
121
name : ${{ needs.build.outputs.version }}_s.bin
122
122
123
123
- name : Download ${{ needs.build.outputs.version }}_ns.bin
124
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
124
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
125
125
with :
126
126
name : ${{ needs.build.outputs.version }}_ns.bin
127
127
0 commit comments