We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c111b2 commit 1398d07Copy full SHA for 1398d07
.github/workflows/snyk_monitor.yml
@@ -15,7 +15,7 @@ jobs:
15
persist-credentials: false
16
- name: Run Snyk to import ${{ github.event.repository.name }} to Snyk
17
continue-on-error: true
18
- uses: snyk/actions/golang@e2221410bff24446ba09102212d8bc75a567237d # master
+ uses: snyk/actions/golang@6f870866d3f252f020f6397f01c40ad61f5069cd # master
19
env:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
0 commit comments