File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -28606,7 +28606,7 @@ async function newCodeQL() {
28606
28606
return {
28607
28607
language: "yaml",
28608
28608
path: await findCodeQL(),
28609
- pack: "GitHubSecurityLab /actions-queries",
28609
+ pack: "githubsecuritylab /actions-queries",
28610
28610
suite: "codeql-suites/actions-code-scanning.qls",
28611
28611
source_root: core.getInput("source-root"),
28612
28612
output: core.getInput("sarif"),
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export async function newCodeQL(): Promise<CodeQLConfig> {
25
25
return {
26
26
language : "yaml" ,
27
27
path : await findCodeQL ( ) ,
28
- pack : "GitHubSecurityLab /actions-queries" ,
28
+ pack : "githubsecuritylab /actions-queries" ,
29
29
suite : "codeql-suites/actions-code-scanning.qls" ,
30
30
source_root : core . getInput ( "source-root" ) ,
31
31
output : core . getInput ( "sarif" ) ,
Original file line number Diff line number Diff line change 1
1
---
2
2
library : true
3
3
warnOnImplicitThis : true
4
- name : GitHubSecurityLab /actions-all
4
+ name : githubsecuritylab /actions-all
5
5
version : 0.0.1-dev
6
6
dependencies :
7
7
codeql/controlflow : ^0.1.7
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
---
2
2
library : false
3
- name : GitHubSecurityLab /actions-queries
3
+ name : githubsecuritylab /actions-queries
4
4
version : 0.0.1
5
5
groups :
6
6
- actions
You can’t perform that action at this time.
0 commit comments