Skip to content

Commit

Permalink
Update snyk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 27, 2023
1 parent 9e8f0a6 commit a9f5250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
java: 11.0.20-tem

- run: echo $JAVA_HOME

- run: echo $ANDROID_SDK_ROOT

- uses: snyk/actions/gradle-jdk11@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
ANDROID_SDK_ROOT

0 comments on commit a9f5250

Please sign in to comment.