Skip to content

Commit 69c93bc

Browse files
Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 in the github-actions group (#459)
Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
1 parent 2f97b9d commit 69c93bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
35+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
3636
with:
3737
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
3838

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
40+
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
4141
with:
4242
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
4343

0 commit comments

Comments
 (0)