From 78f58eae66bb69e9508566f72cbda78da30aad21 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Tue, 23 Apr 2024 20:28:43 -0700 Subject: [PATCH] Delete .github/workflows/codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 37 --------------------------- 1 file changed, 37 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 d62acad..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: "CodeQL" - -on: - push: - pull_request: - schedule: - - cron: '38 18 * * 3' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v3.25.1 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v3.25.1 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.25.1