From d04b94f800af87d0cbddbc2dffc1b95403898f2f Mon Sep 17 00:00:00 2001 From: David Kalbfleisch <1.21e9W@protonmail.com> Date: Wed, 1 May 2024 17:11:29 -0400 Subject: [PATCH] #1765 Remove the outdated CodeQL scan workflow (#1774) --- .github/workflows/codeql-analysis.yml | 33 --------------------------- 1 file changed, 33 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 fe475806c6..0000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: CodeQL - -on: - push: - branches: - - master - pull_request: - branches: - - master - schedule: - # Run the scan on Monday and Thursday mornings. - - cron: 27 2 * * 1,4 - workflow_dispatch: null - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - concurrency: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }} - permissions: - actions: read - contents: read - security-events: write - strategy: - fail-fast: false - matrix: - language: - - python - steps: - - name: Run Code Scanning - uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main - with: - language: ${{ matrix.language }}