Skip to content

Commit c2c138a

Browse files
author
Paolo Tranquilli
committed
Merge branch 'main' into redsun82/rust
2 parents 77204e6 + 5a540a6 commit c2c138a

File tree

5 files changed

+171
-164
lines changed

5 files changed

+171
-164
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
build:
2020
name: Release
2121
runs-on: ubuntu-latest
22+
permissions:
23+
contents: write
24+
pull-requests: write
2225
steps:
2326
- name: Checkout
2427
uses: actions/checkout@v4

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
## 1.17.2 - 27 March 2025
6+
57
- Always authenticate when downloading databases from GitHub, instead of only when in canary mode. [#3941](https://github.com/github/vscode-codeql/pull/3941)
68

79
## 1.17.1 - 23 January 2025

0 commit comments

Comments
 (0)