Switch CodeQL to use PklCI API (#1555)

This commit is contained in:
Daniel Chao
2026-04-23 11:28:16 -07:00
committed by GitHub
parent 88a56198a8
commit e07ff96de8
5 changed files with 27 additions and 88 deletions
+11 -4
View File
@@ -9,7 +9,6 @@ import "jobs/GithubRelease.pkl"
import "jobs/GradleJob.pkl"
import "jobs/PklJob.pkl"
import "jobs/SimpleGradleJob.pkl"
import "codeql.pkl"
triggerDocsBuild = "both"
@@ -241,7 +240,15 @@ dependabot {
}
}
workflows {
// add codeql workflow to set of workflows
["workflows/codeql.yml"] = codeql
codeql {
scans {
new {
language = "java-kotlin"
buildMode = "autobuild"
}
new {
language = "javascript-typescript"
buildMode = "none"
}
}
}