We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de0bde commit 1829a3dCopy full SHA for 1829a3d
.github/workflows/semgrep.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
25
- - if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]
+ - if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
26
run: semgrep ci
27
env:
28
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments