Skip to content

Commit 231c460

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode/eslint-9.17.0
2 parents 2ff1a1a + daf1096 commit 231c460

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,10 @@ jobs:
146146
client-id: ${{ secrets.AZURE_CLIENT_ID }}
147147
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
148148
allow-no-subscriptions: true
149+
enable-AzPSSession: true
149150

150151
- name: Publish to Registry
151-
uses: azure/cli@v2
152-
with:
153-
azcliversion: latest
154-
inlineScript: |
155-
npx @vscode/vsce publish --azure-credential --packagePath *.vsix
152+
run: npx @vscode/vsce publish --azure-credential --packagePath *.vsix
156153

157154
open-vsx-publish:
158155
name: Publish to Open VSX Registry

extensions/ql-vscode/CHANGELOG.md

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

3-
## [UNRELEASED]
4-
5-
## 1.16.2 - 19 December 2024
3+
## 1.7.0 - 20 December 2024
64

75
- Add a palette command that allows importing all databases directly inside of a parent folder. [#3797](https://github.com/github/vscode-codeql/pull/3797)
86
- Only use VS Code telemetry settings instead of using `codeQL.telemetry.enableTelemetry` [#3853](https://github.com/github/vscode-codeql/pull/3853)

extensions/ql-vscode/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

+1-1
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.16.3",
7+
"version": "1.17.0",
88
"publisher": "GitHub",
99
"license": "MIT",
1010
"icon": "media/VS-marketplace-CodeQL-icon.png",

0 commit comments

Comments
 (0)