We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fd3a7 commit 9b87beeCopy full SHA for 9b87bee
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
30
env:
31
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
32
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
33
with:
34
path: ~/.sonar/cache
35
key: ${{ runner.os }}-sonar
0 commit comments