Skip to content

Commit a881df4

Browse files
[UPDATE] (deps): Bump actions/attest-build-provenance
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] <[email protected]>
1 parent fe60ba2 commit a881df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ jobs:
266266
- name: "Attest Build Checksums"
267267
id: multicast-build-chksum-attest
268268
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') && (needs.BUILD.outputs.build_environment == 'Deployment' && startsWith(github.ref, 'refs/tags/v')) }}
269-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
269+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
270270
with:
271271
subject-checksums: build.checksums.txt
272272
github-token: ${{ github.token }}
273273
- name: "Attest Build Artifact"
274274
id: multicast-build-attest
275275
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
276-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
276+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
277277
with:
278278
subject-name: multicast-build-${{ github.sha }}
279279
subject-digest: sha256:${{ needs.BUILD.outputs.artifact-digest }}

0 commit comments

Comments
 (0)