Skip to content

Commit d672d05

Browse files
committed
Fix deprecated action
1 parent 4a7a3c7 commit d672d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Run Snyk to check for vulnerabilities
17-
uses: snyk/actions/gradle-jdk17@master
17+
uses: snyk/actions/gradle-8-jdk17@master
1818
env:
1919
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2020
with:

0 commit comments

Comments
 (0)