diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd72fcf..d36a17a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -255,7 +255,7 @@ jobs: - name: Cache SonarQube packages if: ${{ env.SONAR_TOKEN != '' && ((vars.SONAR_HOST_URL != '' && vars.SONAR_HOST_URL != 'https://sonarcloud.io') || vars.SONAR_ORGANIZATION != '') }} - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.2.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar-${{ matrix.service }}