Skip to content

Commit

Permalink
build(deps): bump actions/attest-build-provenance from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1...v2)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent c92172c commit fc57126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: "${{ steps.variables.outputs.source }}"
subject-name: "${{ steps.variables.outputs.archive }}-${{ needs.version.outputs.version }}"
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}
# https://github.com/actions/attest-build-provenance
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down

0 comments on commit fc57126

Please sign in to comment.