We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c4749 commit 7bbd57eCopy full SHA for 7bbd57e
.github/workflows/sonar.yaml
@@ -28,7 +28,7 @@ jobs:
28
build:
29
if: github.repository == 'GoogleCloudPlatform/cloud-spanner-r2dbc' # Only run on upstream branch
30
name: Build with Sonar
31
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v2
34
with:
@@ -38,12 +38,12 @@ jobs:
38
39
java-version: 17
40
- name: Cache SonarCloud packages
41
- uses: actions/cache@v2
+ uses: actions/cache@v4
42
43
path: ~/.sonar/cache
44
key: ${{ runner.os }}-sonar
45
restore-keys: ${{ runner.os }}-sonar
46
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
47
48
path: ~/.m2/repository
49
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments