From 8a0969dba97302e99eb834f314865a6a2c8f91cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:04:37 +0000 Subject: [PATCH] ci(deps): bump actions/checkout in the core-actions group Bumps the core-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.3.1 to 4.4.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/34e114876b0b11c390a56381ad16ebd13914f8d5...11d5960a326750d5838078e36cf38b85af677262) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 16 ++++++++-------- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/security-scan.yml | 4 ++-- .github/workflows/typos.yml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 84ba3d0c..9b52a00f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -41,7 +41,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 @@ -59,7 +59,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 @@ -80,7 +80,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 @@ -109,7 +109,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 @@ -172,7 +172,7 @@ jobs: timeout-minutes: 35 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: ${{ github.event_name == 'pull_request' && '0' || '1' }} @@ -307,7 +307,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: # fetch-depth: 0 required for react-doctor diff comparison fetch-depth: 0 @@ -408,7 +408,7 @@ jobs: artifact: lighthouse-results-desktop steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 @@ -503,7 +503,7 @@ jobs: working-directory: ./SortVision steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: fetch-depth: 1 diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 0dfe1a4b..4310e501 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -88,7 +88,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Enable auto-merge for all open Dependabot PRs env: diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 0e36c184..b412580a 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Setup SortVision uses: ./.github/actions/setup-sortvision @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Dependency Review uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0 diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 1f0fc2c7..b6a9d780 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Check spelling uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0