Skip to content

Commit 37649ef

Browse files
Merge pull request #232 from bernardladenthin/dependabot/github_actions/actions/cache-5.0.5
chore(deps): bump actions/cache from 4.3.0 to 5.0.5
2 parents f63633b + 413a185 commit 37649ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
java-version: 21
2424
distribution: 'zulu'
2525
- name: Cache SonarQube packages
26-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2727
with:
2828
path: ~/.sonar/cache
2929
key: ${{ runner.os }}-sonar
3030
restore-keys: ${{ runner.os }}-sonar
3131
- name: Cache Maven packages
32-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333
with:
3434
path: ~/.m2
3535
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)