Bump actions to node 20 (#3461)

This commit is contained in:
Jonathan Bennett
2024-03-21 15:24:57 -05:00
committed by GitHub
co-authored by GitHub
parent 6dd337a651
commit defeb8e52b
15 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
steps:
# step 1
- name: clone application source code
uses: actions/checkout@v3
uses: actions/checkout@v4
# step 2
- name: flawfinder_scan
@@ -27,7 +27,7 @@ jobs:
# step 3
- name: save report as pipeline artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: flawfinder_report.sarif
path: flawfinder_report.sarif