Skip to content

Commit 280ee74

Browse files
Bump actions/attest-build-provenance from 2.1.0 to 2.2.2 in the github-actions group across 1 directory (#484)
Bumps the github-actions group with 1 update in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
1 parent d84a4f2 commit 280ee74

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@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
35+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
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@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
40+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
4141
with:
4242
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
4343

0 commit comments

Comments
 (0)