diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88524de..f24d319 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: with: java-version: 17 distribution: 'zulu' # Alternative distribution options are available. - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarQube Cloud packages