diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 57be739..7095bff 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Cache SonarCloud packages if: ${{ matrix.sonarEnabled }} - uses: actions/cache@v3.0.10 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: "${HOME}/.sonar/cache" key: ${{ runner.os }}-sonar