This repository was archived by the owner on May 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-20.04
30
30
steps :
31
31
- name : Checkout Repository
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@v3
33
33
- name : Determine Go version from go.mod
34
34
run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
35
35
- name : Setup Golang Environment
49
49
runs-on : ubuntu-20.04
50
50
steps :
51
51
- name : Checkout Repository
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
- name : Determine Go version from go.mod
54
54
run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
55
55
- name : Setup Golang Environment
65
65
needs : [binary, unit-tests]
66
66
steps :
67
67
- name : Checkout Repository
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
- name : Fetch Cached Artifacts
70
70
uses : actions/cache@v2
71
71
with :
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Checkout Repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Scan
19
19
uses : fossas/fossa-action@v1
20
20
with :
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
- name : Output Variables
27
27
id : vars
28
28
run : echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)"
You can’t perform that action at this time.
0 commit comments