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 b4f19d6 commit 65ad15eCopy full SHA for 65ad15e
.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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
33
with:
34
path: ~/.sonar/cache
35
key: ${{ runner.os }}-sonar
0 commit comments