Skip to content

Commit

Permalink
Update snyk-security.yml cache to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Umali committed Dec 29, 2023
1 parent 1b84dd4 commit 904979d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Caching npm modules
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -34,7 +34,6 @@ jobs:
- name: Snyk Code Test
id: snyk_code
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand All @@ -43,7 +42,6 @@ jobs:
# Snyk Open Source monitor
- name: Snyk Open Source Monitor
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 904979d

Please sign in to comment.