From 2542db209743aec0e21a8e43d2df46be0a12a7a7 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Sat, 6 Jun 2026 09:44:39 +0200 Subject: [PATCH] Removed codeql action --- .github/workflows/codeql.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 9839890..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: "CodeQL Analysis" - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - - cron: '30 1 * * 0' # Weekly scan - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'python' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 -- 2.49.1