We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe7db commit 6443fa0Copy full SHA for 6443fa0
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Attest
46
if: ${{ steps.release.outputs.releases_created == 'true' }}
47
id: attest
48
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
+ uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
49
with:
50
subject-path: '${{ github.workspace }}/lambdas/functions/**/*.zip'
51
- name: Update release notes with attestation
0 commit comments