Skip to content

Commit f1f6e5f

Browse files
authored
Merge pull request #3081 from github/update-v3.30.1-2d2f57ed3
Merge main into releases/v3
2 parents 2d92b76 + 5dd2164 commit f1f6e5f

39 files changed

+57625
-122968
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ updates:
1111
# There is a type incompatibility issue between v0.0.9 and our other dependencies.
1212
- dependency-name: "@octokit/plugin-retry"
1313
versions: ["~6.0.0"]
14-
# v7 requires ESM
15-
- dependency-name: "del"
16-
versions: ["^7.0.0"]
1714
# This is broken due to the way configuration files have changed.
1815
# This might be fixed when we move to eslint v9.
1916
- dependency-name: "eslint-plugin-import"

.github/workflows/__rubocop-multi-language.yml

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

.github/workflows/update-bundle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3737
git config --global user.name "github-actions[bot]"
3838
39+
- name: Set up Node.js
40+
uses: actions/setup-node@v4
41+
with:
42+
node-version: '20.x'
43+
cache: 'npm'
44+
45+
- name: Install dependencies
46+
run: npm ci
47+
3948
- name: Update bundle
4049
uses: ./.github/actions/update-bundle
4150

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
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.30.1 - 05 Sep 2025
6+
7+
- Update default CodeQL bundle version to 2.23.0. [#3077](https://github.com/github/codeql-action/pull/3077)
8+
59
## 3.30.0 - 01 Sep 2025
610

7-
No user facing changes.
11+
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [#3054](https://github.com/github/codeql-action/pull/3054)
812

913
## 3.29.11 - 21 Aug 2025
1014

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default [
7676

7777
typescript: {},
7878
},
79-
"import/ignore": ["sinon", "uuid", "@octokit/plugin-retry"],
79+
"import/ignore": ["sinon", "uuid", "@octokit/plugin-retry", "del", "get-folder-size"],
8080
},
8181

8282
rules: {

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ inputs:
9797
description: Comma-separated list of additional queries to run. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of queries.
9898
required: false
9999
quality-queries:
100-
description: '[Internal] Comma-separated list of code quality queries to run.'
100+
description: '[Internal] DEPRECATED. Comma-separated list of code quality queries to run.'
101101
required: false
102102
packs:
103103
description: >-

0 commit comments

Comments
 (0)