Skip to content

Commit 3b34c67

Browse files
committed
Merge branch 'main' into henrymercer/add-permissions
2 parents 9cd802e + 573ad88 commit 3b34c67

17 files changed

+161
-54
lines changed

.github/workflows/query-filters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
query-filters:
2020
name: Query Filters Tests
2121
timeout-minutes: 45
22-
permissions:
23-
contents: read
2422
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
No user facing changes.
8+
9+
## 3.28.4 - 23 Jan 2025
10+
11+
No user facing changes.
12+
13+
## 3.28.3 - 22 Jan 2025
14+
715
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
16+
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner did not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
17+
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#2712](https://github.com/github/codeql-action/pull/2712)
818

919
## 3.28.2 - 21 Jan 2025
1020

lib/debug-artifacts.js

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

lib/debug-artifacts.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)