Skip to content

Commit cf4ab41

Browse files
author
Alvaro Muñoz
committed
feat(action): rename qlpacks to use githubsecuritylab prefix
1 parent 0105d63 commit cf4ab41

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.github/action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28606,7 +28606,7 @@ async function newCodeQL() {
2860628606
return {
2860728607
language: "yaml",
2860828608
path: await findCodeQL(),
28609-
pack: "GitHubSecurityLab/actions-queries",
28609+
pack: "githubsecuritylab/actions-queries",
2861028610
suite: "codeql-suites/actions-code-scanning.qls",
2861128611
source_root: core.getInput("source-root"),
2861228612
output: core.getInput("sarif"),

.github/action/src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
2525
return {
2626
language: "yaml",
2727
path: await findCodeQL(),
28-
pack: "GitHubSecurityLab/actions-queries",
28+
pack: "githubsecuritylab/actions-queries",
2929
suite: "codeql-suites/actions-code-scanning.qls",
3030
source_root: core.getInput("source-root"),
3131
output: core.getInput("sarif"),

ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
library: true
33
warnOnImplicitThis: true
4-
name: GitHubSecurityLab/actions-all
4+
name: githubsecuritylab/actions-all
55
version: 0.0.1-dev
66
dependencies:
77
codeql/controlflow: ^0.1.7
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- description: Standard Code Scanning queries for Actions
2+
- queries: .
3+
4+
- include:
5+
kind:
6+
- problem
7+
- path-problem
8+
tags contain:
9+
- security
10+
- maintainability
11+
12+
- include:
13+
kind:
14+
- diagnostic
15+
16+
- exclude:
17+
tags contain:
18+
- experimental
19+
- testing

ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
library: false
3-
name: GitHubSecurityLab/actions-queries
3+
name: githubsecuritylab/actions-queries
44
version: 0.0.1
55
groups:
66
- actions

0 commit comments

Comments
 (0)