Skip to content

Commit 46c9abf

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

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
@@ -57,6 +57,6 @@ jobs:
5757

5858
- name: Attest Release Files
5959
id: attest
60-
uses: actions/attest-build-provenance@v2
60+
uses: actions/attest-build-provenance@v3
6161
with:
6262
subject-path: 'Containerfile, rootfs/*.tar.gz, rootfs/checksums.txt'

.github/workflows/vib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
provenance: false
104104

105105
- name: Attest pushed image
106-
uses: actions/attest-build-provenance@v2
106+
uses: actions/attest-build-provenance@v3
107107
id: attest
108108
if: ${{ github.event_name != 'pull_request' }}
109109
with:

0 commit comments

Comments
 (0)