Skip to content

Commit 3cc48fe

Browse files
authored
Merge pull request #622 from github/post-release/v2.7.3
Post release/v2.7.3
2 parents a650c56 + cedf55c commit 3cc48fe

19 files changed

Lines changed: 174 additions & 9 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- description: Selectors for selecting the Code-Scanning-relevant queries for a language
2+
- include:
3+
kind:
4+
- problem
5+
- path-problem
6+
- alert
7+
- path-alert
8+
precision:
9+
- high
10+
- very-high
11+
problem.severity:
12+
- error
13+
- warning
14+
tags contain:
15+
- security
16+
- include:
17+
kind:
18+
- diagnostic
19+
- include:
20+
kind:
21+
- metric
22+
tags contain:
23+
- summary
24+
- exclude:
25+
deprecated: //
26+
- exclude:
27+
query path: /^experimental\/.*/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- description: Selectors for excluding queries that LGTM doesn't display by default
2+
- exclude:
3+
kind:
4+
- problem
5+
- path-problem
6+
precision: medium
7+
- exclude:
8+
kind:
9+
- problem
10+
- path-problem
11+
precision: high
12+
problem.severity: recommendation
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
- description: Selectors for selecting the LGTM-relevant queries for a language
2+
- include:
3+
kind:
4+
- problem
5+
- path-problem
6+
precision:
7+
- high
8+
- very-high
9+
- include:
10+
kind:
11+
- problem
12+
- path-problem
13+
precision: medium
14+
problem.severity:
15+
- error
16+
- warning
17+
- include:
18+
kind:
19+
- definitions
20+
- alert-suppression
21+
- file-classifier
22+
- exclude:
23+
deprecated: //
24+
- exclude:
25+
query path: /^experimental\/.*/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: codeql/suite-helpers
2+
version: 0.0.2
3+
library: true
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
- description: Selectors for selecting the security-and-quality queries for a language
2+
- include:
3+
kind:
4+
- problem
5+
- path-problem
6+
precision:
7+
- high
8+
- very-high
9+
- include:
10+
kind:
11+
- problem
12+
- path-problem
13+
precision: medium
14+
problem.severity:
15+
- error
16+
- warning
17+
- include:
18+
kind:
19+
- diagnostic
20+
- include:
21+
kind:
22+
- metric
23+
tags contain:
24+
- summary
25+
- exclude:
26+
deprecated: //
27+
- exclude:
28+
query path: /^experimental\/.*/
29+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
- description: Selectors for selecting the security-extended queries for a language
2+
- include:
3+
kind:
4+
- problem
5+
- path-problem
6+
precision:
7+
- high
8+
- very-high
9+
tags contain:
10+
- security
11+
- include:
12+
kind:
13+
- problem
14+
- path-problem
15+
precision:
16+
- medium
17+
problem.severity:
18+
- error
19+
- warning
20+
tags contain:
21+
- security
22+
- include:
23+
kind:
24+
- diagnostic
25+
- include:
26+
kind:
27+
- metric
28+
tags contain:
29+
- summary
30+
- exclude:
31+
deprecated: //
32+
- exclude:
33+
query path: /^experimental\/.*/
34+

ql/lib/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 0.0.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 0.0.3

ql/lib/codeql-pack.release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.0.3

ql/lib/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: codeql/go-all
2-
version: 0.0.2
2+
version: 0.0.4-dev
3+
groups: go
34
dbscheme: go.dbscheme
45
extractor: go
56
library: true
67
dependencies:
7-
codeql/go-upgrades: ^0.0.2
8+
codeql/go-upgrades: ~0.0.3

0 commit comments

Comments
 (0)