Skip to content

Commit cd8a19c

Browse files
Update devsecops-workflow.yaml
1 parent 8878026 commit cd8a19c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devsecops-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Run unit tests and SAST scan on the source code
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: 21
1313
cache: npm

0 commit comments

Comments
 (0)