2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
23+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
2424 with :
2525 egress-policy : audit
2626
@@ -55,14 +55,14 @@ jobs:
5555 # echo "version=mtower-${VERSION:1}.bin" >> "$GITHUB_OUTPUT"
5656
5757 - name : Upload build artifacts
58- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
58+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
5959 with :
6060 name : ${{ steps.mtower_version.outputs.version }}_s.bin
6161 path : ./${{ steps.mtower_version.outputs.version }}_s.bin
6262 if-no-files-found : error
6363
6464 - name : Upload build artifacts
65- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
65+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
6666 with :
6767 name : ${{ steps.mtower_version.outputs.version }}_ns.bin
6868 path : ./${{ steps.mtower_version.outputs.version }}_ns.bin
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
81+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
8282 with :
8383 egress-policy : audit
8484
9696 actions : read # To read the workflow path.
9797 id-token : write # To sign the provenance.
9898 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
100100 with :
101101 base64-subjects : " ${{ needs.build.outputs.hashes }}"
102102 upload-assets : true # Optional: Upload to a new release
@@ -111,17 +111,17 @@ jobs:
111111 if : startsWith(github.ref, 'refs/tags/')
112112 steps :
113113 - name : Harden Runner
114- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
114+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
115115 with :
116116 egress-policy : audit
117117
118118 - name : Download ${{ needs.build.outputs.version }}_s.bin
119- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
119+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
120120 with :
121121 name : ${{ needs.build.outputs.version }}_s.bin
122122
123123 - name : Download ${{ needs.build.outputs.version }}_ns.bin
124- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
124+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
125125 with :
126126 name : ${{ needs.build.outputs.version }}_ns.bin
127127
0 commit comments