From 752c059ed791e65ea24d8b1ed970d24a51831223 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:34:58 -0700 Subject: [PATCH] Update ci-static-analysis.yml --- .github/workflows/ci-static-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-static-analysis.yml b/.github/workflows/ci-static-analysis.yml index f9dda164f..dc6cd5416 100644 --- a/.github/workflows/ci-static-analysis.yml +++ b/.github/workflows/ci-static-analysis.yml @@ -36,5 +36,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false - name: Run Semgrep run: semgrep scan --config auto