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 90b0eab + 51af699 commit 9961437Copy full SHA for 9961437
.github/workflows/snyk-security.yml
@@ -35,7 +35,7 @@ jobs:
35
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
36
runs-on: ubuntu-latest
37
steps:
38
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
39
- name: Set up Snyk CLI to check for security issues
40
# Snyk can be used to break the build when it detects security issues.
41
# In this case we want to upload the SAST issues to GitHub Code Scanning
0 commit comments