From 8672576ab2c13b3ec49dbf9ede537f8e08785791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:04:29 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ado_artifacts_build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/flyway-dupe-checker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ado_artifacts_build.yml b/.github/workflows/ado_artifacts_build.yml index ffb1eb1fa63..04221d9594c 100644 --- a/.github/workflows/ado_artifacts_build.yml +++ b/.github/workflows/ado_artifacts_build.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 # Need full history for tags diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9503981022c..1527968ed58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f0daabe7837..573ffe34208 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/flyway-dupe-checker.yml b/.github/workflows/flyway-dupe-checker.yml index 10b8a6e3d3c..d607b3c0e6e 100644 --- a/.github/workflows/flyway-dupe-checker.yml +++ b/.github/workflows/flyway-dupe-checker.yml @@ -13,6 +13,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check for duplicate Flyway scripts run: ./bin/ci/flyway-dupe-checker.sh