diff options
Diffstat (limited to '.github/workflows/sonarcloud.yml')
| -rw-r--r-- | .github/workflows/sonarcloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a8eaca777..858013bad 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -18,7 +18,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan |
