Skip to content

Commit 1829a3d

Browse files
authored
Update semgrep.yml
1 parent 5de0bde commit 1829a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424

25-
- if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]
25+
- if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
2626
run: semgrep ci
2727
env:
2828
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)