diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 196c060..dd32c3f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -57,14 +57,14 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.3 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.3 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner