From 74310d5c1e3d4cd120bdc32c6cabccb47dd0d9cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:36:44 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .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..0ea59abae 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@v7 # 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..80015adac 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@v7 - 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..1e19ca795 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@v7 - 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..a888c598a 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@v7 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@v7 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@v7 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@v7 with: fetch-depth: 0 - name: MacOS Build diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 1a50ce6ca..f9686d076 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@v7 - run: semgrep scan --error --config auto env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file