We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df41b02 commit 9127c59Copy full SHA for 9127c59
1 file changed
.github/workflows/semgrep.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v3
35
36
# Scan code using project's configuration on https://semgrep.dev/manage
37
- - uses: returntocorp/semgrep-action@9d0e5a1dbfaf51e4c3a5026d12c65508fe58f191
+ - uses: returntocorp/semgrep-action@11a0298061c536d71c5df8a03c029b2e226578b9
38
with:
39
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
40
publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}
0 commit comments