Update all workflows to use newer action versions and runner environments

This commit is contained in:
EusebioTrigo 2024-02-02 09:35:43 +01:00
parent 3d64fa62df
commit 5acfa47085
No known key found for this signature in database
9 changed files with 24 additions and 24 deletions

View file

@ -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