From 2f000a4260c3daca407ef2024c99f96c8d4f0f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:01 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audience-bundle-size.yaml | 2 +- .github/workflows/build-game-bridge.yaml | 10 +++++----- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/deploy-audience-cdn.yaml | 2 +- .github/workflows/deploy-pixel-cdn.yaml | 2 +- .../workflows/passport-sdk-sample-app-deployment.yaml | 2 +- .github/workflows/pixel-bundle-size.yaml | 2 +- .github/workflows/pr.yaml | 8 ++++---- .github/workflows/publish.yaml | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/audience-bundle-size.yaml b/.github/workflows/audience-bundle-size.yaml index d73634b814..87e3497261 100644 --- a/.github/workflows/audience-bundle-size.yaml +++ b/.github/workflows/audience-bundle-size.yaml @@ -31,7 +31,7 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.TS_IMMUTABLE_SDK_NX_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} # Full history needed — we check out the base commit later to measure its size. diff --git a/.github/workflows/build-game-bridge.yaml b/.github/workflows/build-game-bridge.yaml index e7d8f3eb59..b92f85e2ec 100644 --- a/.github/workflows/build-game-bridge.yaml +++ b/.github/workflows/build-game-bridge.yaml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout SDK Repository id: checkout-sdk - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: "${{ env.TS_SDK_TAG }}" fetch-depth: 0 @@ -130,7 +130,7 @@ jobs: id-token: write steps: - name: Checkout SDK Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: "${{ env.TS_SDK_TAG }}" persist-credentials: false @@ -158,7 +158,7 @@ jobs: pull_requests: write - name: Checkout Unity SDK Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: repository: immutable/unity-immutable-sdk token: ${{ steps.github-token.outputs.token }} @@ -230,7 +230,7 @@ jobs: id-token: write steps: - name: Checkout SDK Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: "${{ env.TS_SDK_TAG }}" persist-credentials: false @@ -258,7 +258,7 @@ jobs: pull_requests: write - name: Checkout Unreal SDK Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: repository: immutable/unreal-immutable-sdk token: ${{ steps.github-token.outputs.token }} diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index a10f5ca4cb..a5a908ebf4 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -26,7 +26,7 @@ jobs: pull-requests: read # read PR diff for dependency analysis steps: - name: 'Checkout Repository' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/deploy-audience-cdn.yaml b/.github/workflows/deploy-audience-cdn.yaml index def55cd113..412d4cb977 100644 --- a/.github/workflows/deploy-audience-cdn.yaml +++ b/.github/workflows/deploy-audience-cdn.yaml @@ -28,7 +28,7 @@ jobs: S3_KEY: audience/v1/imtbl.js steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/deploy-pixel-cdn.yaml b/.github/workflows/deploy-pixel-cdn.yaml index e6c5d26e67..204addd431 100644 --- a/.github/workflows/deploy-pixel-cdn.yaml +++ b/.github/workflows/deploy-pixel-cdn.yaml @@ -28,7 +28,7 @@ jobs: S3_KEY: pixel/v1/imtbl.js steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/passport-sdk-sample-app-deployment.yaml b/.github/workflows/passport-sdk-sample-app-deployment.yaml index 50a576f3ed..5c5adba179 100644 --- a/.github/workflows/passport-sdk-sample-app-deployment.yaml +++ b/.github/workflows/passport-sdk-sample-app-deployment.yaml @@ -33,7 +33,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/pixel-bundle-size.yaml b/.github/workflows/pixel-bundle-size.yaml index 097fbf111e..c38a0a37f8 100644 --- a/.github/workflows/pixel-bundle-size.yaml +++ b/.github/workflows/pixel-bundle-size.yaml @@ -25,7 +25,7 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.TS_IMMUTABLE_SDK_NX_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 82695fb9c1..d2d19e3e0a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.TS_IMMUTABLE_SDK_NX_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 @@ -78,7 +78,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=14366 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 @@ -132,7 +132,7 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.TS_IMMUTABLE_SDK_NX_TOKEN }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b93e04958a..ec6cbb1e82 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -58,7 +58,7 @@ jobs: exit 1 - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin@v7.0.0 with: fetch-depth: 0 ref: ${{ github.ref }}