mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Update GitHub Actions workflows to latest versions
This commit is contained in:
parent
b4dc19b4ba
commit
0bec274684
9 changed files with 31 additions and 31 deletions
4
.github/workflows/security_scan.yml
vendored
4
.github/workflows/security_scan.yml
vendored
|
@ -9,11 +9,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue