From a2c028c7553563dabb1e835671d401f4d286ef5e Mon Sep 17 00:00:00 2001 From: Security Bot Date: Thu, 11 Jul 2024 16:27:45 +0530 Subject: [PATCH] SP-604 | Synced file(s) with navi-infosec/security-workflows (#205) --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 2d4c12f..6f4676e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -15,13 +15,13 @@ on: jobs: central-semgrep: name: Static code Analysis - uses: navi-infosec/central-semgrep-action/.github/workflows/central-semgrep.yml@master + uses: navi-infosec/central-semgrep-action/.github/workflows/central-semgrep.yml@using-token with: github-event-number: ${{github.event.number}} github-event-name: ${{github.event_name}} github-repository: ${{github.repository}} secrets: - READ_SEMGREP_RULES: ${{secrets.READ_SEMGREP_RULES}} + READ_SEMGREP_RULES_TOKEN: ${{secrets.READ_SEMGREP_RULES_TOKEN}} run-if-failed: runs-on: [ self-hosted ]