We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04463c4 commit 513b46aCopy full SHA for 513b46a
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@2e352e1a85f5c8722b894e67bed8b2f8874ad628
38
with:
39
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
40
publishDeployment: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}
0 commit comments