Skip to content

Commit 10b8af3

Browse files
authored
EC3-1687 Update sonarqube.yml (#378)
1 parent 3abcf56 commit 10b8af3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sonarqube.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ jobs:
99
runs-on: windows-latest
1010
steps:
1111
- name: Set up JDK 11
12-
uses: actions/setup-java@v1
12+
uses: actions/setup-java@v4
1313
with:
1414
java-version: 1.11
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Cache SonarCloud packages
19-
uses: actions/cache@v1
19+
uses: actions/cache@v4
2020
with:
2121
path: ~\sonar\cache
2222
key: ${{ runner.os }}-sonar
2323
restore-keys: ${{ runner.os }}-sonar
2424
- name: Cache SonarCloud scanner
2525
id: cache-sonar-scanner
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: .\.sonar\scanner
2929
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)