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 8c5344e commit 8deac49Copy full SHA for 8deac49
.github/workflows/semgrep.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
# Checkout project source
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
37
# Scan code using project's configuration on https://semgrep.dev/manage
38
- uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735
@@ -43,7 +43,7 @@ jobs:
43
44
# Upload SARIF file generated in previous step
45
- name: Upload SARIF file
46
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 # v4
47
with:
48
sarif_file: semgrep.sarif
49
if: always()
0 commit comments