Skip to content

Commit 1f6364d

Browse files
Update actions/attest-build-provenance action to v4
1 parent f46d1b6 commit 1f6364d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# upload-release-assets: ${{ runner.os == 'Windows' }}
8282

8383
- name: Attest artifacts
84-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
84+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
8585
if: |
8686
runner.os == 'Windows' &&
8787
github.event.repository.fork == false &&

.github/workflows/publish-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
Compress-Archive -Path ./publish/* -DestinationPath "local-sqs-sns-${{ matrix.rid }}.zip"
7777
7878
- name: Attest artifacts
79-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
79+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
8080
if: |
8181
github.event.repository.fork == false &&
8282
startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)