mirror of
https://github.com/github/codeql.git
synced 2025-12-28 14:46:33 +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"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
library: true
|
||||
warnOnImplicitThis: true
|
||||
name: GitHubSecurityLab/actions-all
|
||||
name: githubsecuritylab/actions-all
|
||||
version: 0.0.1-dev
|
||||
dependencies:
|
||||
codeql/controlflow: ^0.1.7
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
- description: Standard Code Scanning queries for Actions
|
||||
- queries: .
|
||||
|
||||
- include:
|
||||
kind:
|
||||
- problem
|
||||
- path-problem
|
||||
tags contain:
|
||||
- security
|
||||
- maintainability
|
||||
|
||||
- include:
|
||||
kind:
|
||||
- diagnostic
|
||||
|
||||
- exclude:
|
||||
tags contain:
|
||||
- experimental
|
||||
- testing
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
library: false
|
||||
name: GitHubSecurityLab/actions-queries
|
||||
name: githubsecuritylab/actions-queries
|
||||
version: 0.0.1
|
||||
groups:
|
||||
- actions
|
||||
|
||||
Reference in New Issue
Block a user