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 }}