From 260d4ba673f6d66de0446fefd6e0f9a65b0837fb Mon Sep 17 00:00:00 2001 From: nobe4 Date: Mon, 23 Feb 2026 18:09:43 +0100 Subject: [PATCH] Delete .github/workflows/codeql-analysis.yml we can use the default settings --- .github/workflows/codeql-analysis.yml | 43 --------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index bad94777..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: CodeQL - -on: - push: - branches: [ main ] - # Disable on PR for now to speed up testing - # pull_request: - # # The branches below must be a subset of the branches above - # branches: [ main ] - schedule: - - cron: '45 3 * * 5' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript', 'actions' ] - - steps: - - name: checkout - uses: actions/checkout@v6 - with: - persist-credentials: false - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v4 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v4 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4