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