We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3528acf commit 62bfef2Copy full SHA for 62bfef2
.github/workflows/snyk_sca_scan.yaml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
node-version: [20.x]
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Setting up Node
20
uses: actions/setup-node@v3
21
with:
.github/workflows/snyk_static_analysis_scan.yaml
@@ -10,7 +10,7 @@ jobs:
10
Snyk_SAST_Scan:
11
runs-on: ubuntu-latest
12
13
14
- uses: snyk/actions/setup@master
- name: Perform Static Analysis Test
env:
0 commit comments