From 4dddcf0f994c429eb2bc678a96499d7075f95fa4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 27 Oct 2025 05:37:45 -0400 Subject: [PATCH] chore(ci): remove CodeQL workflow --- .github/workflows/codeql.yml | 38 ------------------------------------ 1 file changed, 38 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 298af68..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: "CodeQL" - -on: - push: - branches: ["master", "main"] - pull_request: - branches: ["master", "main"] - schedule: - - cron: "0 6 * * 1" # Mondays 06:00 UTC - -permissions: - contents: read - security-events: write - -jobs: - analyze: - name: Analyze (CodeQL) - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: ["javascript"] # add more if needed: "python", "go", etc. - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - config-file: .github/codeql/codeql-config.yml - queries: +security-extended - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3