Skip to content

Commit 64d10c1

Browse files
authored
Merge pull request #3172 from github/update-v3.30.6-10feb5d2a
Merge main into releases/v3
2 parents 3599b3b + 909610e commit 64d10c1

40 files changed

+48438
-1536
lines changed

.github/workflows/__upload-quality-sarif.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-proxy-release.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.30.6 - 02 Oct 2025
6+
7+
- Update default CodeQL bundle version to 2.23.2. [#3168](https://github.com/github/codeql-action/pull/3168)
8+
59
## 3.30.5 - 26 Sep 2025
610

711
- We fixed a bug that was introduced in `3.30.4` with `upload-sarif` which resulted in files without a `.sarif` extension not getting uploaded. [#3160](https://github.com/github/codeql-action/pull/3160)

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ export default [
146146
"@typescript-eslint/prefer-regexp-exec": "off",
147147
"@typescript-eslint/require-await": "off",
148148
"@typescript-eslint/restrict-template-expressions": "off",
149+
"@typescript-eslint/no-unused-vars": [
150+
"error",
151+
{
152+
"argsIgnorePattern": "^_",
153+
}
154+
],
149155
"func-style": "off",
150156
},
151157
},

lib/analyze-action-post.js

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

lib/analyze-action.js

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

0 commit comments

Comments
 (0)