Skip to content

Commit

Permalink
Merge pull request #74 from github/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…attest-build-provenance-2.1.0

Bump actions/attest-build-provenance from 1.4.4 to 2.1.0
  • Loading branch information
malancas authored Dec 16, 2024
2 parents 7e7d472 + 5addc54 commit e32f068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
digest=$(crane digest ${{ env.REGISTRY }}/${{ github.repository }}/${{ steps.release-details.outputs.release_name }}:${{ steps.release-details.outputs.release_version }})
echo digest=$digest >> $GITHUB_OUTPUT
- name: Attest
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/${{ steps.release-details.outputs.release_name }}
subject-digest: ${{ steps.get-digest.outputs.digest }}
Expand Down

0 comments on commit e32f068

Please sign in to comment.