We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7cbc0 commit 2e82466Copy full SHA for 2e82466
1 file changed
.github/workflows/semgrep.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Semgrep
2
3
on:
4
pull_request_target:
@@ -22,11 +22,11 @@ jobs:
22
steps:
23
- run: true
24
25
- semgrep:
+ run:
26
if: (github.actor != 'dependabot[bot]')
27
needs: authorize # Require approval before running on forked pull requests
28
29
- name: Semgrep
+ name: Run
30
runs-on: ubuntu-latest
31
32
container:
0 commit comments