File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Set up Go 1.x
3737 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3838 with :
39- go-version : 1.17
39+ go-version-file : go.mod
4040 - name : Run tests
4141 run : go test ./... -coverprofile cover.out
4242 - name : Codecov
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Setup Python
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
3535 with :
3636 python-version : ' 3.9'
3737
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Setup Python
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
3535 with :
3636 python-version : ' 3.9'
3737
Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ jobs:
3636 path : api
3737
3838 - name : Setup python
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
4040 with :
4141 python-version : ' 3.9.12'
4242
4343 - name : Install Python dependencies
44- uses : py-actions/py-dependency-install@v2
44+ uses : py-actions/py-dependency-install@9c419aa98bfb42280bdae2b0a736befd9b01e3b1 # v4.0.0
4545 with :
4646 path : ' api/build/typescript-model/requirements.txt'
4747
4848 - name : Setup node
49- uses : actions/setup-node@v1
49+ uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5050 with :
51- node-version : 12
51+ node-version : 18
5252 registry-url : ' https://registry.npmjs.org'
5353 scope : ' @devfile'
5454
You can’t perform that action at this time.
0 commit comments