Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.1.0 (
Browse files Browse the repository at this point in the history
…#62)

Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.4 to 2.1.0.
- [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.4.4...v2.1.0)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent b574e60 commit 6a53af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_merge_depandabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Attest Build Provenance
if: ${{ env.should_merge == 'true' }}
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
subject-name: "Auto Merge Depandabot PR"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python3 Scripts/increment_version.py ${{ steps.test_tag_version.outputs.new_tag }}
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
subject-name: "Flakkari Version Bump"
Expand Down

0 comments on commit 6a53af3

Please sign in to comment.