Skip to content

Commit 447aa00

Browse files
thepetkrm3l
andauthored
Bump up github actions for typescript model generation workflow (#1343)
* Bump up github actions for typescript model generation workflow Signed-off-by: thepetk <[email protected]> * Pin setup-python to its latest version Signed-off-by: thepetk <[email protected]> * Bump up setup-node node-version to 18 Signed-off-by: thepetk <[email protected]> * Bump up setup-go version to 1.18 inside codecov workflow Signed-off-by: thepetk <[email protected]> * Update .github/workflows/codecov.yaml Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]> Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> Co-authored-by: Armel Soro <[email protected]>
1 parent a6ec0a3 commit 447aa00

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/publish-devfile-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/release-devfile-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/release-typescript-models.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)