Skip to content

Commit 555d99c

Browse files
authored
Merge branch 'main' into koesie10/commands-package
2 parents 77dd9bf + 1db2bc0 commit 555d99c

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "CodeQL config"
22
queries:
33
- name: Run standard queries
44
uses: security-and-quality
5+
- name: Experimental queries
6+
uses: security-experimental
57
- name: Run custom javascript queries
68
uses: ./.github/codeql/queries
79
paths:

extensions/ql-vscode/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## 1.8.0 - 8 March 2023
3+
## [UNRELEASED]
4+
5+
## 1.8.0 - 9 March 2023
46

57
- Send telemetry about unhandled errors happening within the extension. [#2125](https://github.com/github/vscode-codeql/pull/2125)
68
- Enable multi-repository variant analysis. [#2144](https://github.com/github/vscode-codeql/pull/2144)

extensions/ql-vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CodeQL for Visual Studio Code",
55
"author": "GitHub",
66
"private": true,
7-
"version": "1.8.0",
7+
"version": "1.8.1",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

extensions/ql-vscode/supported_cli_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"v2.12.3",
2+
"v2.12.4",
33
"v2.11.6",
44
"v2.7.6",
55
"v2.8.5",

0 commit comments

Comments
 (0)