Skip to content

Commit 9d51115

Browse files
dependabot[bot]kbdharun
authored andcommitted
chore(deps): bump actions/attest-build-provenance from 1 to 2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a58469b commit 9d51115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
- name: Attest Release Files
5454
id: attest
55-
uses: actions/attest-build-provenance@v1
55+
uses: actions/attest-build-provenance@v2
5656
with:
5757
subject-path: 'Containerfile'

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
provenance: false
107107

108108
- name: Attest pushed image
109-
uses: actions/attest-build-provenance@v1
109+
uses: actions/attest-build-provenance@v2
110110
id: attest
111111
if: ${{ github.event_name != 'pull_request' }}
112112
with:

0 commit comments

Comments
 (0)