From 600e45c7212e4e01821832ec342c18e69a0f2fac Mon Sep 17 00:00:00 2001 From: hugo Date: Fri, 27 Feb 2026 13:08:48 +0100 Subject: [PATCH] chore: removed local codeql workflow --- .github/workflows/codeql.yml | 33 --------------------------------- 1 file changed, 33 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 be7d881..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: CodeQL - -on: - push: - branches: [main] - pull_request: - branches: [main] - schedule: - - cron: '0 4 * * 1' - -jobs: - analyze: - name: Analyze (javascript-typescript) - runs-on: ubuntu-latest - permissions: - security-events: write - actions: read - contents: read - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: javascript-typescript - config-file: ./.github/codeql/codeql-config.yml - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - category: /language:javascript-typescript