From 7cbbfbd7a970342bab946ea27c6021c542b62489 Mon Sep 17 00:00:00 2001 From: ArmaX <407448+armanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:59:37 +0400 Subject: [PATCH] Delete .github/workflows/codeql.yml --- .github/workflows/codeql.yml | 30 ------------------------------ 1 file changed, 30 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 1dc354b..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: CodeQL - -on: - push: - branches: [main] - pull_request: - branches: [main] - schedule: - - cron: '0 0 * * 1' # weekly - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: php # explicitly set PHP here - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3