Temporarily disable Kotlin analysis in PR checks

Kotlin analysis is incompatible with Kotlin 1.8.0, which is now rolling
out to the Actions runner images.

While we work on a more permanent fix to our PR checks, this will
prevent us losing other
test coverage.
This commit is contained in:
Henry Mercer
2023-01-10 17:31:35 +00:00
parent bac4fe1a38
commit 620a267204
32 changed files with 38 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ name: PR Check - Custom source root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO111MODULE: auto
CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN: 'true'
on:
push:
branches: