Skip to content

Commit 2e82466

Browse files
committed
Update semgrep.yml
1 parent 1b7cbc0 commit 2e82466

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Semgrep
22

33
on:
44
pull_request_target:
@@ -22,11 +22,11 @@ jobs:
2222
steps:
2323
- run: true
2424

25-
semgrep:
25+
run:
2626
if: (github.actor != 'dependabot[bot]')
2727
needs: authorize # Require approval before running on forked pull requests
2828

29-
name: Semgrep
29+
name: Run
3030
runs-on: ubuntu-latest
3131

3232
container:

0 commit comments

Comments
 (0)