Skip to content

Commit 49580c6

Browse files
committed
ci: remove Semgrep App token dependency
1 parent c8bad23 commit 49580c6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- uses: actions/checkout@v7.0.1
3030
- name: Run Semgrep
3131
run: semgrep scan --sarif --output=semgrep.sarif --config=auto .
32-
env:
33-
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
3432
- name: Upload SARIF
3533
uses: github/codeql-action/upload-sarif@v4.37.9
3634
with:

0 commit comments

Comments
 (0)