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 dcccf44 commit 011c7a4Copy full SHA for 011c7a4
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
31
env:
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
34
with:
35
path: ~/.sonar/cache
36
key: ${{ runner.os }}-sonar
0 commit comments