From 6556623402237cbe465617e83c25e25794f905f6 Mon Sep 17 00:00:00 2001 From: Umar Mir Date: Wed, 27 Aug 2025 20:58:39 +0500 Subject: [PATCH] new codeql --- .github/workflows/codeql.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fc0e1446..763de2fd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [main ,insecure-code ] pull_request: - branches: [ "main" ] + branches: [ main ,insecure-code ] jobs: analyze: @@ -24,14 +24,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: "3.11" - - - name: Install dependencies - run: pip install -r requirements/dev.txt - - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: