From 350990e17a75801a21e3ef0fb109716b4b858519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:57:01 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 3.2.0 to 4.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.2.0 to 4.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/96278af6caaf10aea03fd8d33a09a777ca52d62f...a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/binaries.yaml | 10 +++++----- .github/workflows/release.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 3c98c69c..9761081d 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -62,7 +62,7 @@ jobs: run: make CONF=DIST - name: Attest Build and Archive if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/linux-x86_64/poptracker @@ -136,7 +136,7 @@ jobs: AppDir - name: Attest Build, AppImage and zsync if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | appimage-build/linux-x86_64/poptracker @@ -184,7 +184,7 @@ jobs: ./poptracker --list-packs - name: Attest Build and AppBundle if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/darwin-x86_64/poptracker.app/Contents/MacOS/poptracker @@ -271,7 +271,7 @@ jobs: run: make CONF=DIST - name: Attest Build and Archive if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/win64/poptracker.exe @@ -289,7 +289,7 @@ jobs: 7z a -mx=9 dist/poptracker-win64-debug.zip build/win64/poptracker.exe - name: Attest Debug Build and Archive if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/win64/poptracker.exe diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0659db6..a6a18485 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -120,7 +120,7 @@ jobs: -g --runtime-file "appimage-build/prime/$APPIMAGE_RUNTIME_NAME" \ AppDir - name: Attest Build, AppImage and zsync - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | appimage-build/linux-x86_64/poptracker @@ -156,7 +156,7 @@ jobs: - name: Build DIST # this builds a .tar.xz run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }} - name: Attest Build and Archive - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/linux-x86_64/poptracker @@ -191,7 +191,7 @@ jobs: - name: Build DIST # this builds the app bundle, zips it and maybe .dmg in the future run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }} - name: Attest Build and AppBundle - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/darwin-x86_64/poptracker.app/Contents/MacOS/poptracker @@ -268,7 +268,7 @@ jobs: shell: msys2 {0} run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }} - name: Attest Build and Archive - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 with: subject-path: | build/win64/poptracker.exe