File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21
21
22
22
- name : Setup Go environment
23
- uses : actions/setup-go@v2 .1.3
23
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4 .1.0
24
24
with :
25
25
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
26
26
go-version : 1.18
42
42
run : go test -coverprofile cover.out -v ./...
43
43
44
44
- name : Upload coverage to Codecov
45
- uses : codecov/codecov-action@v2 .1.0
45
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 .1.4
46
46
47
47
- name : Check typescript model generation
48
48
run : bash ./build/typescript-model/generate.sh
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2.3.1
17
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18
18
with :
19
19
persist-credentials : false
20
20
- name : Set up Go 1.x
21
- uses : actions/setup-go@v2
21
+ uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
22
22
with :
23
23
go-version : 1.17
24
24
- name : Run tests
25
25
run : go test ./... -coverprofile cover.out
26
26
- name : Codecov
27
- uses : codecov/codecov-action@v2 .1.0
27
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 .1.4
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
python-version : ' 3.9'
21
21
22
22
- name : Checkout devfile/devfile-web
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24
24
with :
25
25
repository : devfile/devfile-web
26
26
persist-credentials : false
27
27
path : devfile-web-repo
28
28
29
29
- name : Checkout devfile api
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
31
31
with :
32
32
path : api-repo
33
33
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
python-version : ' 3.9'
21
21
22
22
- name : Checkout devfile/devfile-web
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24
24
with :
25
25
repository : devfile/devfile-web
26
26
persist-credentials : false
27
27
path : devfile-web-repo
28
28
29
29
- name : Checkout devfile/api
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
31
31
with :
32
32
path : api-repo
33
33
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout devfile/api
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
with :
20
20
path : api
21
21
You can’t perform that action at this time.
0 commit comments