mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
feat(action): rename qlpacks to use githubsecuritylab prefix
This commit is contained in:
2
.github/action/dist/index.js
vendored
2
.github/action/dist/index.js
vendored
@@ -28606,7 +28606,7 @@ async function newCodeQL() {
|
||||
return {
|
||||
language: "yaml",
|
||||
path: await findCodeQL(),
|
||||
pack: "GitHubSecurityLab/actions-queries",
|
||||
pack: "githubsecuritylab/actions-queries",
|
||||
suite: "codeql-suites/actions-code-scanning.qls",
|
||||
source_root: core.getInput("source-root"),
|
||||
output: core.getInput("sarif"),
|
||||
|
||||
2
.github/action/src/codeql.ts
vendored
2
.github/action/src/codeql.ts
vendored
@@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
|
||||
return {
|
||||
language: "yaml",
|
||||
path: await findCodeQL(),
|
||||
pack: "GitHubSecurityLab/actions-queries",
|
||||
pack: "githubsecuritylab/actions-queries",
|
||||
suite: "codeql-suites/actions-code-scanning.qls",
|
||||
source_root: core.getInput("source-root"),
|
||||
output: core.getInput("sarif"),
|
||||
|
||||
Reference in New Issue
Block a user