File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
- name : Set up Go 1.x
37
37
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
38
38
with :
39
- go-version : 1.17
39
+ go-version-file : go.mod
40
40
- name : Run tests
41
41
run : go test ./... -coverprofile cover.out
42
42
- name : Codecov
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Setup Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
35
35
with :
36
36
python-version : ' 3.9'
37
37
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Setup Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
35
35
with :
36
36
python-version : ' 3.9'
37
37
Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ jobs:
36
36
path : api
37
37
38
38
- name : Setup python
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
40
40
with :
41
41
python-version : ' 3.9.12'
42
42
43
43
- name : Install Python dependencies
44
- uses : py-actions/py-dependency-install@v2
44
+ uses : py-actions/py-dependency-install@9c419aa98bfb42280bdae2b0a736befd9b01e3b1 # v4.0.0
45
45
with :
46
46
path : ' api/build/typescript-model/requirements.txt'
47
47
48
48
- name : Setup node
49
- uses : actions/setup-node@v1
49
+ uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
50
50
with :
51
- node-version : 12
51
+ node-version : 18
52
52
registry-url : ' https://registry.npmjs.org'
53
53
scope : ' @devfile'
54
54
You can’t perform that action at this time.
0 commit comments