@@ -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@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
245
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .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@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
251
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .0
252
252
with :
253
253
subject-path : ' ${{ env.APPLICATION_NAME }}'
254
254
@@ -314,13 +314,13 @@ jobs:
314
314
tags : ${{ steps.meta.outputs.tags }}
315
315
labels : ${{ steps.meta.outputs.labels }}
316
316
- name : Attest Docker Hub image
317
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
317
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .0
318
318
with :
319
319
subject-name : index.docker.io/blinklabs/adder
320
320
subject-digest : ${{ steps.push.outputs.digest }}
321
321
push-to-registry : true
322
322
- name : Attest GHCR image
323
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
323
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .0
324
324
with :
325
325
subject-name : ghcr.io/${{ github.repository }}
326
326
subject-digest : ${{ steps.push.outputs.digest }}
0 commit comments