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 2cc3081 commit f0dcebeCopy full SHA for f0dcebe
.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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
34
with:
35
path: ~/.sonar/cache
36
key: ${{ runner.os }}-sonar
0 commit comments