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 83ad62d commit ca0b264Copy full SHA for ca0b264
.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@86b1cee1b8e110a78d528b3e1328a80e218111d2 # master
19
env:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
0 commit comments