mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(services): 🐛🚧 temp disable CodeQL csharp while Autobuild failes on net5.0
This commit is contained in:
parent
64cd898f6e
commit
a10799ba2c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -19,7 +19,11 @@ jobs:
|
|||
matrix:
|
||||
# Override automatic language detection by changing the below list
|
||||
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
|
||||
language: ['csharp', 'javascript']
|
||||
language: ['javascript']
|
||||
|
||||
# TODO: fix Autobuild failing csharp on net5.0
|
||||
# language: ['csharp', 'javascript']
|
||||
|
||||
# Learn more...
|
||||
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue