File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- uses : actions/setup-go@v4
18
18
with :
Original file line number Diff line number Diff line change 11
11
name : lint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Set up Go
17
17
uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 22
22
if : startsWith(github.head_ref, 'renovate') == false
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Detect Version for Docker
45
45
VERSION : ${{ needs.version.outputs.version }}
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
with :
50
50
fetch-depth : 0
51
51
60
60
-
uses :
anchore/sbom-action/[email protected] # installs syft
61
61
62
62
- name : Login to GCR
63
- uses : docker/login-action@v2
63
+ uses : docker/login-action@v3
64
64
with :
65
65
registry : us.gcr.io
66
66
username : _json_key
Original file line number Diff line number Diff line change 16
16
scan-fossa :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3.6 .0
19
+ - uses : actions/checkout@v4.0 .0
20
20
- name : Run FOSSA scan and upload build data
21
21
uses :
fossa-contrib/[email protected]
22
22
with :
30
30
security-events : write
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v3.6 .0
33
+ uses : actions/checkout@v4.0 .0
34
34
- name : Setup Go
35
35
36
36
with :
Original file line number Diff line number Diff line change 7
7
test :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
12
- uses : actions/setup-go@v4
13
13
with :
You can’t perform that action at this time.
0 commit comments