Skip to content

Commit 28c081b

Browse files
chore(deps): bump actions/attest-build-provenance from 2.4.0 to 3.0.0
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] <support@github.com>
1 parent 617aa23 commit 28c081b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
# attest artefacts
64-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
64+
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
6565
with:
6666
subject-path: |
6767
dist/*.tar.gz
@@ -80,12 +80,12 @@ jobs:
8080
env:
8181
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
8282
# attest images
83-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
83+
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
8484
with:
8585
subject-digest: ${{steps.image_metadata_go_cli_github.outputs.digest}}
8686
subject-name: ${{steps.image_metadata_go_cli_github.outputs.name}}
8787
push-to-registry: true
88-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
88+
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
8989
with:
9090
subject-digest: ${{steps.image_metadata_another_binary.outputs.digest}}
9191
subject-name: ${{steps.image_metadata_another_binary.outputs.name}}

0 commit comments

Comments
 (0)