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 cf1d7baCopy full SHA for cf1d7ba
.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@7e76a00337235faa7b795d0c300768e54c9b0923 # master
19
env:
20
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
21
with:
0 commit comments