Merge branch 'main' into koesie10/no-node-modules-copy

This commit is contained in:
Koen Vlaswinkel
2023-03-10 10:19:57 +01:00
committed by GitHub
5 changed files with 9 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ name: "CodeQL config"
queries:
- name: Run standard queries
uses: security-and-quality
- name: Experimental queries
uses: security-experimental
- name: Run custom javascript queries
uses: ./.github/codeql/queries
paths:

View File

@@ -1,6 +1,8 @@
# CodeQL for Visual Studio Code: Changelog
## 1.8.0 - 8 March 2023
## [UNRELEASED]
## 1.8.0 - 9 March 2023
- Send telemetry about unhandled errors happening within the extension. [#2125](https://github.com/github/vscode-codeql/pull/2125)
- Enable multi-repository variant analysis. [#2144](https://github.com/github/vscode-codeql/pull/2144)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.8.0",
"version": "1.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.8.0",
"version": "1.8.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.8.0",
"version": "1.8.1",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",

View File

@@ -1,5 +1,5 @@
[
"v2.12.3",
"v2.12.4",
"v2.11.6",
"v2.7.6",
"v2.8.5",