From 05e0ef92d7acdef5375fb1e560fb8f7a37335eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:12:33 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/0-welcome.yml | 4 ++-- .github/workflows/1-enable-codeql.yml | 4 ++-- .github/workflows/2-review-and-triage-codeql-alerts.yml | 4 ++-- .github/workflows/3-fix-security-vulnerabilities.yml | 4 ++-- .../4-prevent-vulnerabilities-in-the-pull-request.yml | 4 ++-- .github/workflows/5-tbd.yml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index df06d1d..b98ec57 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -50,7 +50,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/1-enable-codeql.yml b/.github/workflows/1-enable-codeql.yml index e34aa7b..d31d379 100644 --- a/.github/workflows/1-enable-codeql.yml +++ b/.github/workflows/1-enable-codeql.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -52,7 +52,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/2-review-and-triage-codeql-alerts.yml b/.github/workflows/2-review-and-triage-codeql-alerts.yml index 2cb3c37..4ed3c1a 100644 --- a/.github/workflows/2-review-and-triage-codeql-alerts.yml +++ b/.github/workflows/2-review-and-triage-codeql-alerts.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -50,7 +50,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/3-fix-security-vulnerabilities.yml b/.github/workflows/3-fix-security-vulnerabilities.yml index 9bbcacd..1a23f3f 100644 --- a/.github/workflows/3-fix-security-vulnerabilities.yml +++ b/.github/workflows/3-fix-security-vulnerabilities.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -51,7 +51,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/4-prevent-vulnerabilities-in-the-pull-request.yml b/.github/workflows/4-prevent-vulnerabilities-in-the-pull-request.yml index 5e8026d..d794e92 100644 --- a/.github/workflows/4-prevent-vulnerabilities-in-the-pull-request.yml +++ b/.github/workflows/4-prevent-vulnerabilities-in-the-pull-request.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -50,7 +50,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/5-tbd.yml b/.github/workflows/5-tbd.yml index 08e34ff..3274ec9 100644 --- a/.github/workflows/5-tbd.yml +++ b/.github/workflows/5-tbd.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -49,7 +49,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches.