Commit 6a957f9 1 parent 6708de1 commit 6a957f9 Copy full SHA for 6a957f9
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
image : ghcr.io/vanilla-os/pico:main
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Set up Go
19
19
uses : actions/setup-go@v4
31
31
name : Sonar
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
37
37
- uses : sonarsource/sonarqube-scan-action@master
Original file line number Diff line number Diff line change 12
12
image : ghcr.io/vanilla-os/pico:main
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Set up Go
18
18
uses : actions/setup-go@v4
54
54
name : Sonar
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
60
60
- uses : sonarsource/sonarqube-scan-action@master
Original file line number Diff line number Diff line change 33
33
image : ghcr.io/vanilla-os/pico:main
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Set up Go
38
38
uses : actions/setup-go@v4
39
39
with :
You can’t perform that action at this time.
0 commit comments