diff --git a/.github/workflows/build-game-bridge.yaml b/.github/workflows/build-game-bridge.yaml index e7d8f3eb59..80b6772df8 100644 --- a/.github/workflows/build-game-bridge.yaml +++ b/.github/workflows/build-game-bridge.yaml @@ -105,7 +105,7 @@ jobs: run: pnpm nx run @imtbl/game-bridge:build --skip-nx-cache - name: Attest Game Bridge Build - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # pin@v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # pin@v4.1.1 with: subject-path: | ./packages/game-bridge/dist/unity/index.html diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b93e04958a..83b9159de8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -107,7 +107,7 @@ jobs: # ! Do NOT remove any of these attestation subject paths - this will cause a Sev 0 incident ! - name: Generate SDK Package Attestations - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # pin@v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # pin@v4.1.1 with: subject-path: ./imtbl-*.tgz