Skip to content

Commit 2757b68

Browse files
chore(deps): bump actions/attest-build-provenance from 2.4.0 to 4.1.1
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 4.1.1. - [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...0f67c3f) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f04ea7 commit 2757b68

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
docker pull "$image"
4040
test "$(docker run --rm --network none --entrypoint id "$image" -u)" = 10001
4141
docker run --rm --network none "$image" --version
42-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
42+
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
4343
with:
4444
subject-name: ghcr.io/${{ github.repository }}
4545
subject-digest: ${{ steps.build.outputs.digest }}

.github/workflows/giab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
code=$?
107107
set -e
108108
echo "exit_code=$code" >> "$GITHUB_OUTPUT"
109-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
109+
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
110110
if: always() && steps.benchmark.outputs.exit_code != ''
111111
with:
112112
subject-path: benchmarks/giab/data/results/latest.json

.github/workflows/happy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
image: ${{ steps.meta.outputs.tag }}@${{ steps.build.outputs.digest }}
8282
format: spdx-json
8383
output-file: happy-image.spdx.json
84-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
84+
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
8585
with:
8686
subject-name: ghcr.io/logannye/rosalind-happy
8787
subject-digest: ${{ steps.build.outputs.digest }}

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
with:
210210
path: release-assets
211211
merge-multiple: true
212-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
212+
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
213213
with:
214214
subject-path: release-assets/*
215215
- name: Create immutable RC tag and prerelease

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
pattern: stable-*
198198
path: release-assets
199199
merge-multiple: true
200-
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
200+
- uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
201201
with:
202202
subject-path: release-assets/*.tar.gz
203203
- name: Create stable tag and GitHub Release last

0 commit comments

Comments
 (0)