mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 01:49:03 +00:00
Update all workflows to use newer action versions and runner environments
This commit is contained in:
parent
3d64fa62df
commit
5acfa47085
9 changed files with 24 additions and 24 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