Skip to content

Commit 1ab01a4

Browse files
chore(deps): bump actions/attest-build-provenance from 2.4.0 to 3.0.0 (#498)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@e8998f9...977bb37) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 670038f commit 1ab01a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ jobs:
242242
243243
- name: Attest binary (Windows)
244244
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
246246
with:
247247
subject-path: '${{ env.APPLICATION_NAME }}.exe'
248248

249249
- name: Attest binary
250250
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
252252
with:
253253
subject-path: '${{ env.APPLICATION_NAME }}'
254254

@@ -314,13 +314,13 @@ jobs:
314314
tags: ${{ steps.meta.outputs.tags }}
315315
labels: ${{ steps.meta.outputs.labels }}
316316
- 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
318318
with:
319319
subject-name: index.docker.io/blinklabs/adder
320320
subject-digest: ${{ steps.push.outputs.digest }}
321321
push-to-registry: true
322322
- 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
324324
with:
325325
subject-name: ghcr.io/${{ github.repository }}
326326
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)