mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(ci/security): update the node and golang version (#8387)
This commit is contained in:
parent
087848539f
commit
c9aae27b29
2 changed files with 8 additions and 8 deletions
8
.github/workflows/nightly-security-scan.yml
vendored
8
.github/workflows/nightly-security-scan.yml
vendored
|
@ -101,15 +101,15 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Use golang 1.18
|
- name: Use golang 1.19.4
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.18'
|
go-version: '1.19.4'
|
||||||
|
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Install packages and build
|
- name: Install packages and build
|
||||||
run: yarn install && yarn build
|
run: yarn install && yarn build
|
||||||
|
|
8
.github/workflows/pr-security.yml
vendored
8
.github/workflows/pr-security.yml
vendored
|
@ -136,15 +136,15 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Use golang 1.18
|
- name: Use golang 1.19.4
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.18'
|
go-version: '1.19.4'
|
||||||
|
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 18.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 18.x
|
||||||
|
|
||||||
- name: Install packages and build
|
- name: Install packages and build
|
||||||
run: yarn install && yarn build
|
run: yarn install && yarn build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue