Skip to content

Commit fca7a3e

Browse files
chore(deps): bump actions/attest-build-provenance in the actions group (#662)
Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 2.2.2 to 2.2.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@bd77c07...c074443) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25c01f4 commit fca7a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: dist
6767

6868
- name: Generate artifact attestation for sdist and wheel
69-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
69+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
7070
with:
7171
subject-path: "dist/particle*"
7272

@@ -86,6 +86,6 @@ jobs:
8686
files: ./zipapp/particle.pyz
8787

8888
- name: Generate artifact attestation for zipapp
89-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
89+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
9090
with:
9191
subject-path: zipapp/particle.pyz

0 commit comments

Comments
 (0)