mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-24 23:24:45 +00:00
Support/node20 (#93)
* Update action.yml to use node20 * Update README.md with newer runner versions and fix typo * Update all workflows to use newer action versions and runner environments
This commit is contained in:
parent
e85426e5e2
commit
0fa2dca2e8
11 changed files with 31 additions and 31 deletions
8
.github/workflows/security_scan.yml
vendored
8
.github/workflows/security_scan.yml
vendored
|
@ -9,16 +9,16 @@ on:
|
|||
|
||||
jobs:
|
||||
crda-scan:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Scan project vulnerability with CRDA
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '20'
|
||||
|
||||
- name: Install CRDA
|
||||
uses: redhat-actions/openshift-tools-installer@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue