From f2983fd32087f49ed363ffb9ec43cae924f05546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:49:43 +0000 Subject: [PATCH] chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.1.0 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](https://github.com/actions/attest-build-provenance/compare/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] --- .github/workflows/auto_merge_depandabot.yml | 2 +- .github/workflows/create_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_merge_depandabot.yml b/.github/workflows/auto_merge_depandabot.yml index 91f534c0..2431f75c 100644 --- a/.github/workflows/auto_merge_depandabot.yml +++ b/.github/workflows/auto_merge_depandabot.yml @@ -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" diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 688431f9..ab1f1696 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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"