From 5b6c31fd72f24d1f755726351acb66b5c2dd2292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:46:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v6 | --- .github/workflows/sonar-scan-pr-status-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-scan-pr-status-check.yml b/.github/workflows/sonar-scan-pr-status-check.yml index 7f7b4d2..45f3915 100644 --- a/.github/workflows/sonar-scan-pr-status-check.yml +++ b/.github/workflows/sonar-scan-pr-status-check.yml @@ -27,7 +27,7 @@ jobs: with: dotnet-version: '${{ vars.NET_SDK_VERSION }}' - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis