diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 684c35a..0c02cad 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,6 +13,8 @@ jobs: analyze: name: Analyze (${{ matrix.language }}) runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + env: + CODEQL_ENABLE_EXPERIMENTAL_FEATURES: true permissions: security-events: write packages: read