@@ -242,13 +242,13 @@ jobs:
242
242
243
243
- name : Attest binary (Windows)
244
244
if : startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows'
245
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
245
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
246
246
with :
247
247
subject-path : ' ${{ env.APPLICATION_NAME }}.exe'
248
248
249
249
- name : Attest binary
250
250
if : startsWith(github.ref, 'refs/tags/') && matrix.os != 'windows'
251
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
251
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
252
252
with :
253
253
subject-path : ' ${{ env.APPLICATION_NAME }}'
254
254
@@ -305,13 +305,13 @@ jobs:
305
305
tags : ${{ steps.meta.outputs.tags }}
306
306
labels : ${{ steps.meta.outputs.labels }}
307
307
- name : Attest Docker Hub image
308
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
308
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
309
309
with :
310
310
subject-name : index.docker.io/blinklabs/adder
311
311
subject-digest : ${{ steps.push.outputs.digest }}
312
312
push-to-registry : true
313
313
- name : Attest GHCR image
314
- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.3 .0
314
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
315
315
with :
316
316
subject-name : ghcr.io/${{ github.repository }}
317
317
subject-digest : ${{ steps.push.outputs.digest }}
0 commit comments