From 8c7a9f7868e9912cc87500eb21a9276a440d0de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:33:47 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 in the actions-deps group Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-emails.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-emails.yml b/.github/workflows/check-for-emails.yml index 01a20f80d..bf8867172 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@v5 + uses: actions/checkout@v6 - name: Scan comment id: scan uses: FlowCrypt/comment-email-address-alerts@v21 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d1ee4ec3a..43d4e47cc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4