From 829f1ef0358e44bda6f5ee34da6b4f95c33ba6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:24:45 +0000 Subject: [PATCH] build(deps): bump actions/attest from 4.1.0 to 4.1.1 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.0 to 4.1.1. - [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...a1948c3f048ba23858d222213b7c278aabede763) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 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