From 5221bbf230e818a9828c781d0289eaedfd646c46 Mon Sep 17 00:00:00 2001 From: G'lek Tarssza Date: Tue, 3 Sep 2024 11:54:11 -0600 Subject: [PATCH] Remove CodeQL job. --- .github/workflows/codeql.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/codeql.yaml diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index 9c241cf..0000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json -name: CodeQL -on: - push: - pull_request: - branches: - - main - schedule: - - cron: '0 12 * * 3' -jobs: - codeql-analyze: - name: CodeQL Analyze - runs-on: ubuntu-latest - permissions: - contents: read - security-events: write - steps: - - id: checkout-repository - name: Checkout repository - uses: actions/checkout@v4 - with: - lfs: true - - id: initialize-codeql - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: csharp - queries: security-and-quality - - id: autobuild - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - id: analyze - name: Analyze - uses: github/codeql-action/analyze@v3