Skip to content

Commit a545573

Browse files
Update actions/cache digest to 6849a64 (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16b86e5 commit a545573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '17' }}
3030
env:
3131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
32-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
32+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
3333
with:
3434
path: ~/.sonar/cache
3535
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)