Skip to content

Commit 444c8f7

Browse files
Bump actions/attest-build-provenance from 2.4.0 to 4.2.2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 4.2.2. - [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...4d10147) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e23bef commit 444c8f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
Copy-Item "target/${{ matrix.target }}/release/worko-ai-usage.exe" package/
5959
Compress-Archive -Path package/* -DestinationPath "worko-ai-usage-${{ matrix.target }}.zip"
6060
- name: Attest release archive
61-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
61+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
6262
with:
6363
subject-path: worko-ai-usage-${{ matrix.target }}.*
6464
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: dist
9595
run: sha256sum -- * > SHA256SUMS
9696
- name: Attest release manifest
97-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
97+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
9898
with:
9999
subject-path: |
100100
dist/SHA256SUMS

0 commit comments

Comments
 (0)