mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 10:39:04 +00:00
Update Action to Node 20 (#128)
* Update GitHub Actions workflows to latest versions * Update dependencies & run on Node 20
This commit is contained in:
parent
b4dc19b4ba
commit
c79846fb30
14 changed files with 484 additions and 599 deletions
.github/workflows
6
.github/workflows/security_scan.yml
vendored
6
.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@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install CRDA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue