From 8a4ed6a0476320db666ca0b56387910acf5f9f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:54:09 +0000 Subject: [PATCH] deps(github-actions): Bump actions/checkout in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 4.3.1. - [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/v4.2.2...34e114876b0b11c390a56381ad16ebd13914f8d5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/amplify-deploy.yml | 2 +- .github/workflows/changeset-release.yml | 2 +- .github/workflows/changeset-snapshot.yml | 2 +- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/closed.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dangerjs-checks.yml | 2 +- .github/workflows/dependabot-changeset.yml | 2 +- .github/workflows/install-build.yml | 2 +- .github/workflows/labeler-get-labels.yml | 2 +- .github/workflows/labeler-set-labels.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/ossf-scorecard.yml | 2 +- .github/workflows/test-aperture.yml | 2 +- .github/workflows/update-eslint-snacks-plugin.yml | 2 +- .github/workflows/update-icons.yml | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/amplify-deploy.yml b/.github/workflows/amplify-deploy.yml index bfa6b3ca72..ed8f93a8a0 100644 --- a/.github/workflows/amplify-deploy.yml +++ b/.github/workflows/amplify-deploy.yml @@ -63,7 +63,7 @@ jobs: steps: # Checkout the repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Configure AWS credentials using OIDC - name: Configure AWS credentials diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 665176aee6..345527953e 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -38,7 +38,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/changeset-snapshot.yml b/.github/workflows/changeset-snapshot.yml index 90c5fc67ab..b1cbadc348 100644 --- a/.github/workflows/changeset-snapshot.yml +++ b/.github/workflows/changeset-snapshot.yml @@ -104,7 +104,7 @@ jobs: id: comment-branch - name: Checkout pull request branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: ref: ${{ steps.comment-branch.outputs.head_sha }} fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17bbb807b9..e8fe9ccaf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: echo "is-internal=$IS_INTERNAL" >> "$GITHUB_OUTPUT" # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 # Setup Repo @@ -140,7 +140,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Setup Repo - name: Setup Repo uses: ./.github/actions/setup-repo @@ -158,7 +158,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Setup Repo - name: Setup Repo uses: ./.github/actions/setup-repo @@ -180,7 +180,7 @@ jobs: if: (github.event.repository.fork == false || github.event_name == 'pull_request') steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Lint workflows shell: bash env: @@ -211,7 +211,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # Setup Repo - name: Setup Repo uses: ./.github/actions/setup-repo @@ -279,7 +279,7 @@ jobs: package: ${{ fromJson(needs.check-change-type.outputs.changed-component-packages) }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 1 - name: Setup Repo @@ -350,7 +350,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 # Setup Repo diff --git a/.github/workflows/closed.yml b/.github/workflows/closed.yml index 677558b13c..c61cf6c3d6 100644 --- a/.github/workflows/closed.yml +++ b/.github/workflows/closed.yml @@ -30,7 +30,7 @@ jobs: private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Check repo environments id: list-environments diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 40eaef0429..ee7ca78249 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/dangerjs-checks.yml b/.github/workflows/dangerjs-checks.yml index b61026e400..44528ebbc7 100644 --- a/.github/workflows/dangerjs-checks.yml +++ b/.github/workflows/dangerjs-checks.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 - name: Generate GitHub App token diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index aa82ab108a..649b0bc463 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -25,7 +25,7 @@ jobs: private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Generate changeset uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 diff --git a/.github/workflows/install-build.yml b/.github/workflows/install-build.yml index 9b334a5750..30a37728b7 100644 --- a/.github/workflows/install-build.yml +++ b/.github/workflows/install-build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Setup Repo uses: ./.github/actions/setup-repo with: diff --git a/.github/workflows/labeler-get-labels.yml b/.github/workflows/labeler-get-labels.yml index f5139f9b26..bf62d380c3 100644 --- a/.github/workflows/labeler-get-labels.yml +++ b/.github/workflows/labeler-get-labels.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Fetch branches # This is necessary for comparing the current branch changes against main env: diff --git a/.github/workflows/labeler-set-labels.yml b/.github/workflows/labeler-set-labels.yml index 76ff44203e..2bd53be573 100644 --- a/.github/workflows/labeler-set-labels.yml +++ b/.github/workflows/labeler-set-labels.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Generate GitHub App token id: get-token diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8ae0462f57..e3a02b56f4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Generate GitHub App token id: get-token diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index f548efdd54..9cbec11684 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: persist-credentials: false diff --git a/.github/workflows/test-aperture.yml b/.github/workflows/test-aperture.yml index 6c0f3a9c1f..06c6455448 100644 --- a/.github/workflows/test-aperture.yml +++ b/.github/workflows/test-aperture.yml @@ -106,7 +106,7 @@ jobs: repo_token: ${{ steps.get-token.outputs.token }} - name: Checkout pull request branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: ref: ${{ steps.comment-branch.outputs.head_sha }} fetch-depth: 0 diff --git a/.github/workflows/update-eslint-snacks-plugin.yml b/.github/workflows/update-eslint-snacks-plugin.yml index 9615b1301c..61c25e7831 100644 --- a/.github/workflows/update-eslint-snacks-plugin.yml +++ b/.github/workflows/update-eslint-snacks-plugin.yml @@ -27,7 +27,7 @@ jobs: private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: token: ${{ steps.get-token.outputs.token }} diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index 0215052dc7..ca9ff98a27 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -22,7 +22,7 @@ jobs: # Checkout the Repo - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: token: ${{ steps.get-token.outputs.token }}