From 4e638e402f21ac01e931ea60ec1f2e6b80b1c8d8 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 10 Feb 2026 20:35:53 +0530 Subject: [PATCH 1/2] Remove Semgrep GHA Workflow --- .github/workflows/semgrep.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/semgrep.yml diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml deleted file mode 100644 index fbb7b6dd..00000000 --- a/.github/workflows/semgrep.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Semgrep - -on: - pull_request: {} - - push: - branches: ["master", "main"] - - schedule: - - cron: '30 0 1,15 * *' - -jobs: - semgrep: - name: Scan - runs-on: ubuntu-latest - container: - image: returntocorp/semgrep - if: (github.actor != 'dependabot[bot]') - steps: - - uses: actions/checkout@v3 - - - run: semgrep ci - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} \ No newline at end of file From 1bf56af4758a1a78437839443cd099dfc8d0cc01 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Tue, 10 Feb 2026 20:38:48 +0530 Subject: [PATCH 2/2] Moved dependabot.yml file --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml