File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
13
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
15
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
16
16
- name : Setup Go
17
17
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
18
18
with :
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
15
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Automatic Rebase
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
18
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
19
19
with :
20
20
fetch-depth : 0
21
21
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@d944b3423d194ae3a11d1d7291ab2f38eb94207a # codeql-bundle-20221020
36
36
with :
You can’t perform that action at this time.
0 commit comments