From 0c8371b6b31cb659fabd7975f2dec14fa51318c7 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:09:56 +0100 Subject: [PATCH] ci: remove Semgrep App token dependency --- .github/workflows/semgrep.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index c229807..9132292 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -29,8 +29,6 @@ jobs: - name: Run Semgrep run: semgrep scan --sarif --output=semgrep.sarif --config=auto . - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} - name: Upload SARIF uses: github/codeql-action/upload-sarif@v4.37.8