From 819ef2f5d703bedcf52d95351744d767510b8897 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 21 Feb 2025 17:05:53 -0500 Subject: [PATCH] chore(gh): remove codeql Removes CodeQL defined at the repository-level in favor of the organization-level. Signed-off-by: Ryan Johnson --- .github/workflows/codeql-analysis.yml | 38 --------------------------- 1 file changed, 38 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 d25f8b52..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: CodeQL - -on: - push: - branches: - - main - pull_request: - branches: - - main - schedule: - - cron: 00 00 * * 00 - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - language: - - go - steps: - - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - - name: Setup Go - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 - with: - go-version-file: "go.mod" - cache: false - - name: Initialize CodeQL - uses: github/codeql-action/init@c4fb451437765abf5018c6fbf22cce1a7da1e5cc # codeql-bundle-v2.17.1 - with: - languages: "${{ matrix.language }}" - - name: Autobuild - uses: github/codeql-action/autobuild@c4fb451437765abf5018c6fbf22cce1a7da1e5cc # codeql-bundle-v2.17.1 - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c4fb451437765abf5018c6fbf22cce1a7da1e5cc # codeql-bundle-v2.17.1