Enable codeql scanning (#1532)

This enables security vulnerability scanning using CodeQL.
This commit is contained in:
Daniel Chao
2026-04-20 11:28:31 -07:00
committed by GitHub
parent 4058f391a3
commit a33e431433
4 changed files with 140 additions and 0 deletions
+6
View File
@@ -9,6 +9,7 @@ import "jobs/GithubRelease.pkl"
import "jobs/GradleJob.pkl"
import "jobs/PklJob.pkl"
import "jobs/SimpleGradleJob.pkl"
import "codeql.pkl"
triggerDocsBuild = "both"
@@ -239,3 +240,8 @@ dependabot {
}
}
}
workflows {
// add codeql workflow to set of workflows
["workflows/codeql.yml"] = codeql
}