Skip to content

Commit c9be631

Browse files
Bump actions/attest-build-provenance from 2.3.0 to 2.4.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.3.0 to 2.4.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@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a3a09a commit c9be631

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_aarch64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.3.0
283+
uses: actions/attest-build-provenance@v2.4.0
284284
with:
285285
subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
286286
subject-path: "/tmp/BUILD.log"

.github/workflows/build_x86_64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.3.0
283+
uses: actions/attest-build-provenance@v2.4.0
284284
with:
285285
subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
286286
subject-path: "/tmp/BUILD.log"

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600

601601
- name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}]
602602
if: env.CONTINUE_GHRUN != 'FALSE'
603-
uses: actions/attest-build-provenance@v2.3.0
603+
uses: actions/attest-build-provenance@v2.4.0
604604
with:
605605
subject-name: "${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-${{ env.GHCRPKG_TAG }}"
606606
subject-path: |

0 commit comments

Comments
 (0)