From 1ddc6a9d21fa129e24886a0085e8b6091777f924 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Thu, 20 Jul 2023 04:17:36 -0700 Subject: [PATCH] Simplify CodeQL file now it's out of Beta (#568) --- .github/workflows/codeql.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 45b52ac16..8c41a8d18 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,16 +6,11 @@ on: pull_request: branches: [ "main" ] -env: - CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true - jobs: analyze: name: Analyze runs-on: macos-latest permissions: - actions: read - contents: read security-events: write strategy: @@ -37,5 +32,3 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 - with: - category: "/language:${{matrix.language}}"