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

Diff for: .github/workflows/query-filters.yml

+2-2
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

Diff for: CHANGELOG.md

+10
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

Diff for: lib/debug-artifacts.js

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

Diff for: lib/debug-artifacts.js.map

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

0 commit comments

Comments
 (0)