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.
2 parents 27eceed + e9b6671 commit e1e221bCopy full SHA for e1e221b
.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@4a528b5c534bb771b6e3772656a8e0e9dc902f8b # master
+ uses: snyk/actions/golang@e2221410bff24446ba09102212d8bc75a567237d # master
19
env:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
0 commit comments