Skip to content

Commit 3e45b02

Browse files
chore(deps): bump actions/attest-build-provenance (#4)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from b3e506e8c389afc651c5bacf2b8f2a1ea0557215 to a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32. - [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@b3e506e...a2bbfa2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acea846 commit 3e45b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--self-contained -p:PublishSingleFile=true -o publish
3737
ext=${{ runner.os == 'Windows' && '.exe' || '' }}
3838
mv "publish/visualsploit$ext" "visualsploit-${{ matrix.rid }}$ext"
39-
- uses: actions/attest-build-provenance@b3e506e8c389afc651c5bacf2b8f2a1ea0557215 # v4
39+
- uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
4040
with:
4141
subject-path: visualsploit-${{ matrix.rid }}*
4242
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)