File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
13
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
14
14
- name : Setup Go
15
15
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
16
16
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
15
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16
16
- name : Setup Go
17
17
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
18
18
with :
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
10
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout the latest code
15
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
15
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Automatic Rebase
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
13
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
18
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Original file line number Diff line number Diff line change 17
17
name : FOSSA
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
21
21
- name : Run FOSSA scan and upload build data
22
22
uses : fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0
23
23
with :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
33
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@dc046388f30eacf938aadd32064285f437bd9c04 # codeql-bundle-20221020
36
36
with :
You can’t perform that action at this time.
0 commit comments