diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 3c98c69c..3a852531 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 with: subject-path: | build/win64/poptracker.exe diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0659db6..b68e9a71 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 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@e4d4f7c39adfa4c260fb5c147f0622000aa14b99 with: subject-path: | build/win64/poptracker.exe