We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0d708 commit ae063efCopy full SHA for ae063ef
.github/workflows/codeanalysis.yaml
@@ -20,13 +20,13 @@ jobs:
20
- name: Build with Maven security checking...
21
run: mvn -q clean install -Psecurity-scans -Denv.DEVOPS_FRAMEWORK_UNITTESTS=true -DskipTests=true
22
- name: Cache SonarCloud packages...
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: ~/.sonar/cache
26
key: ${{ runner.os }}-sonar
27
restore-keys: ${{ runner.os }}-sonar
28
- name: Cache Maven packages...
29
30
31
path: ~/.m2
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments