Skip to content

Commit 9a15427

Browse files
committed
chore: resolve SonarQube workflow error
1 parent 23576c2 commit 9a15427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonarqube.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
- name: Create temporary global.json
1818
run: echo '{"sdk":{"version":"8.0.*"}}' > ./global.json
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: 17
2323
- name: Cache SonarQube packages
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.sonar/cache
2727
key: ${{ runner.os }}-sonar
2828
restore-keys: ${{ runner.os }}-sonar
2929
- name: Cache SonarQube scanner
3030
id: cache-sonar-scanner
31-
uses: actions/cache@v1
31+
uses: actions/cache@v4
3232
with:
3333
path: ./.sonar/scanner
3434
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)