4343 --draft \
4444 ${{ github.ref_name }}
4545
46- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 if : github.ref_type == 'branch'
4848
4949 - name : Update ${{ github.ref_name }}-latest
8181 build_docs : build_docs
8282
8383 steps :
84- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
84+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8585
8686 - name : " Build Release"
8787 uses : ./.github/workflows/release_pre_built
@@ -97,19 +97,19 @@ jobs:
9797 shasum -a 256 Docs.zip > Docs.zip.sha256sum
9898
9999 - name : " Upload Linux release artifacts"
100- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
101101 with :
102102 name : build-linux-elixir-otp-${{ matrix.otp }}
103103 path : elixir-otp-${{ matrix.otp }}.zip
104104
105105 - name : " Upload Windows release artifacts"
106- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
106+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
107107 with :
108108 name : build-windows-elixir-otp-${{ matrix.otp }}
109109 path : elixir-otp-${{ matrix.otp }}.exe
110110
111111 - name : " Upload doc artifacts"
112- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
112+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
113113 if : matrix.build_docs
114114 with :
115115 name : Docs
@@ -136,7 +136,7 @@ jobs:
136136
137137 steps :
138138 - name : " Download build"
139- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
139+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
140140 with :
141141 name : build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
142142
@@ -149,7 +149,7 @@ jobs:
149149 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
150150
151151 - name : " Sign files with Trusted Signing"
152- uses : azure/trusted-signing-action@fc390cf8ed0f14e248a542af1d838388a47c7a7c # v0.5.10
152+ uses : azure/trusted-signing-action@87c2e83e6868da99d3380aa309851b32ed9a8346 # v1.1.0
153153 if : ${{ matrix.flavor == 'windows' && vars.AZURE_TRUSTED_SIGNING_ACCOUNT_NAME }}
154154 with :
155155 endpoint : https://eus.codesigning.azure.net/
@@ -179,7 +179,7 @@ jobs:
179179 shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
180180
181181 - name : " Upload Linux release artifacts"
182- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
182+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
183183 with :
184184 name : sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
185185 path : ${{ env.RELEASE_FILE }}*
@@ -202,11 +202,11 @@ jobs:
202202
203203 - name : Checkout project
204204 id : checkout
205- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
205+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
206206
207207 - name : " Download Build Artifacts"
208208 id : download-build-artifacts
209- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
209+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
210210 with :
211211 pattern : " {sign-*-elixir-otp-*,Docs}"
212212 merge-multiple : true
@@ -249,7 +249,7 @@ jobs:
249249 ATTESTATION : " ${{ steps.attest-sbom.outputs.bundle-path }}"
250250
251251 - name : " Assemble Release SBoM Artifacts"
252- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
252+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
253253 with :
254254 name : " SBoM"
255255 path : |
@@ -259,7 +259,7 @@ jobs:
259259 ${{ steps.ort.outputs.results-sbom-spdx-json-path }}
260260
261261 - name : " Assemble Distribution Attestations"
262- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
262+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
263263 with :
264264 name : " Attestations"
265265 path : " attestations/*.sigstore"
@@ -273,7 +273,7 @@ jobs:
273273 contents : write
274274
275275 steps :
276- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
276+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
277277 with :
278278 pattern : " {sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
279279 merge-multiple : true
@@ -324,7 +324,7 @@ jobs:
324324 echo "Required variables for uploading to hex.pm are not set up, skipping..."
325325 exit 1
326326
327- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
327+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
328328 with :
329329 pattern : " {sign-*-elixir-otp-*,Docs}"
330330 merge-multiple : true
0 commit comments