Merge remote-tracking branch 'origin/main' into dbartol/config-file-telemetry
This commit is contained in:
commit
5033d8503b
10 changed files with 46 additions and 16 deletions
2
lib/init-action.js
generated
2
lib/init-action.js
generated
|
|
@ -331,7 +331,7 @@ async function run() {
|
|||
if (!(await (0, util_1.codeQlVersionAtLeast)(codeql, "2.15.1")) &&
|
||||
process.platform === "darwin" &&
|
||||
(process.arch === "arm" || process.arch === "arm64") &&
|
||||
!(await (0, util_1.isSipEnabled)(logger))) {
|
||||
!(await (0, util_1.checkSipEnablement)(logger))) {
|
||||
logger.warning("CodeQL versions 2.15.0 and lower are not supported on MacOS ARM machines with System Integrity Protection (SIP) disabled.");
|
||||
}
|
||||
// From 2.16.0 the default for the python extractor is to not perform any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue