Skip to content

Commit 62bfef2

Browse files
renovate[bot]Ben M
and
Ben M
authored
chore(deps): update actions/checkout action to v4 (#695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ben M <[email protected]>
1 parent 3528acf commit 62bfef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snyk_sca_scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
node-version: [20.x]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setting up Node
2020
uses: actions/setup-node@v3
2121
with:

.github/workflows/snyk_static_analysis_scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
Snyk_SAST_Scan:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: snyk/actions/setup@master
1515
- name: Perform Static Analysis Test
1616
env:

0 commit comments

Comments
 (0)