From 1390966671abc072d2b5139035fb8d53416d9bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:02:18 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-emails.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/eslint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-for-emails.yml b/.github/workflows/check-for-emails.yml index e4f7b0fac2c..e3b4716fe74 100644 --- a/.github/workflows/check-for-emails.yml +++ b/.github/workflows/check-for-emails.yml @@ -10,7 +10,7 @@ jobs: name: Check for emails in issue comments steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan comment id: scan uses: FlowCrypt/comment-email-address-alerts@v21 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 490970f8f61..7c2c37af283 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 29b8a1fca07..b834e6cf918 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -25,7 +25,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. with: