From 29d6b4a1734c6cb3403b79a6a8a1733582e7766b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:21:59 +0000 Subject: [PATCH] build(deps): bump actions/attest from 4.1.0 to 4.2.0 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/59d89421af93a897026c735860bf21b6eb4f7b26...f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-game-bridge.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-game-bridge.yaml b/.github/workflows/build-game-bridge.yaml index 024a250626..2821b468be 100644 --- a/.github/workflows/build-game-bridge.yaml +++ b/.github/workflows/build-game-bridge.yaml @@ -101,7 +101,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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # pin@v4.2.0 with: subject-path: | ./packages/game-bridge/dist/unity/index.html diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d83bdf3d69..e04557082e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -103,7 +103,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@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # pin@v4.2.0 with: subject-path: ./imtbl-*.tgz