From 418bb7989854f1169d82fd1f7474c72359d008df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:52:31 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/cve-scanning-docker.yml | 2 +- .github/workflows/cve-scanning-dotnet.yml | 2 +- .github/workflows/cve-scanning-gradle.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/semgrep.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cve-scanning-docker.yml b/.github/workflows/cve-scanning-docker.yml index b615bedcf..6c048b49c 100644 --- a/.github/workflows/cve-scanning-docker.yml +++ b/.github/workflows/cve-scanning-docker.yml @@ -6,7 +6,7 @@ jobs: scan-docker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 # https://github.com/docker-practice/actions-setup-docker/pull/33 - uses: docker-practice/actions-setup-docker@d7be7913d15a6b821cc3ed75b4c03b48e1dde22c - name: Build diff --git a/.github/workflows/cve-scanning-dotnet.yml b/.github/workflows/cve-scanning-dotnet.yml index ba5295dc2..008eb4fe5 100644 --- a/.github/workflows/cve-scanning-dotnet.yml +++ b/.github/workflows/cve-scanning-dotnet.yml @@ -9,7 +9,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Setup .NET uses: actions/setup-dotnet@v3 with: diff --git a/.github/workflows/cve-scanning-gradle.yml b/.github/workflows/cve-scanning-gradle.yml index c9350bc4a..2fa324337 100644 --- a/.github/workflows/cve-scanning-gradle.yml +++ b/.github/workflows/cve-scanning-gradle.yml @@ -6,7 +6,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Set up JDK 11 uses: actions/setup-java@v3 with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02f1720e4..d0b5d8917 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: package_upload_enabled: true steps: - name: Check out the code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run Linux build @@ -95,7 +95,7 @@ jobs: package_upload_enabled: true steps: - name: Check out the code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Run Linux build @@ -145,7 +145,7 @@ jobs: name: MSVC 2022 x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Vcpkg Dependencies @@ -177,7 +177,7 @@ jobs: timeout-minutes: 60 continue-on-error: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: MacOS Build diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1a50ce6ca..0cfb75762 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -9,7 +9,7 @@ jobs: container: image: returntocorp/semgrep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - run: semgrep scan --error --config auto env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file