Skip to content

Commit f6091c0

Browse files
authored
Merge pull request #2721 from github/update-v3.28.5-01f001931
Merge main into releases/v3
2 parents ee117c9 + 064af10 commit f6091c0

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

.github/workflows/query-filters.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
name: Query Filters Tests
2121
timeout-minutes: 45
2222
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.
2325
steps:
2426
- name: Check out repository
2527
uses: actions/checkout@v4

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.28.5 - 24 Jan 2025
6+
7+
- Update default CodeQL bundle version to 2.20.3. [#2717](https://github.com/github/codeql-action/pull/2717)
8+
59
## 3.28.4 - 23 Jan 2025
610

711
No user facing changes.

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.2",
3-
"cliVersion": "2.20.2",
4-
"priorBundleVersion": "codeql-bundle-v2.20.1",
5-
"priorCliVersion": "2.20.1"
2+
"bundleVersion": "codeql-bundle-v2.20.3",
3+
"cliVersion": "2.20.3",
4+
"priorBundleVersion": "codeql-bundle-v2.20.2",
5+
"priorCliVersion": "2.20.2"
66
}

node_modules/.package-lock.json

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "3.28.4",
3+
"version": "3.28.5",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.2",
3-
"cliVersion": "2.20.2",
4-
"priorBundleVersion": "codeql-bundle-v2.20.1",
5-
"priorCliVersion": "2.20.1"
2+
"bundleVersion": "codeql-bundle-v2.20.3",
3+
"cliVersion": "2.20.3",
4+
"priorBundleVersion": "codeql-bundle-v2.20.2",
5+
"priorCliVersion": "2.20.2"
66
}

0 commit comments

Comments
 (0)