Skip to content

Commit 30870b9

Browse files
authored
Merge pull request #348 from driessamyn/dependabot/github_actions/actions/cache-5.0.5
build(ci): Bump actions/cache from 5.0.4 to 5.0.5
2 parents 63ac570 + 91598c2 commit 30870b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: 'gradle'
3030

3131
- name: Cache SonarQube packages
32-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3333
with:
3434
path: ~/.sonar/cache
3535
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)