Skip to content

Commit 548d38d

Browse files
Bump actions/attest-build-provenance from 2.2.2 to 2.2.3 in the github-actions group (#485)
Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
1 parent 280ee74 commit 548d38d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./build.sh generateapichanges -s true
3333

3434
- name: generate build provenance
35-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
35+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
3636
with:
3737
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
3838

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./build.sh createreleaseongithub -s true --token ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: generate build provenance
40-
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
40+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
4141
with:
4242
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
4343

0 commit comments

Comments
 (0)