File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191
191
https://uploads.github.com/repos/${{ github.repository_owner }}/bluefin/releases/${{ needs.create-draft-release.outputs.RELEASE_ID }}/assets?name=${_filename}
192
192
193
193
- name : Attest binary
194
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
194
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .0
195
195
with :
196
196
subject-path : ' bluefin'
197
197
@@ -248,13 +248,13 @@ jobs:
248
248
tags : ${{ steps.meta.outputs.tags }}
249
249
labels : ${{ steps.meta.outputs.labels }}
250
250
- name : Attest Docker Hub image
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-name : index.docker.io/blinklabs/bluefin
254
254
subject-digest : ${{ steps.push.outputs.digest }}
255
255
push-to-registry : true
256
256
- name : Attest GHCR image
257
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0 https://github.com/actions/attest-build-provenance/releases/tag/v2.4 .0
257
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0 https://github.com/actions/attest-build-provenance/releases/tag/v3.0 .0
258
258
with :
259
259
subject-name : ghcr.io/${{ github.repository }}
260
260
subject-digest : ${{ steps.push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments