Commit 4e1341e
⬆️ Bump github/codeql-action from 3.30.3 to 3.30.4 (#121)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.30.3 to 3.30.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.30.4</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.30.4 - 25 Sep 2025</h2>
<ul>
<li>We have improved the CodeQL Action's ability to validate that the
workflow it is used in does not use different versions of the CodeQL
Action for different workflow steps. Mixing different versions of the
CodeQL Action in the same workflow is unsupported and can lead to
unpredictable results. A warning will now be emitted from the
<code>codeql-action/init</code> step if different versions of the CodeQL
Action are detected in the workflow file. Additionally, an error will
now be thrown by the other CodeQL Action steps if they load a
configuration file that was generated by a different version of the
<code>codeql-action/init</code> step. <a
href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a>
and <a
href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li>
<li>We added support for reducing the size of dependency caches for Java
analyses, which will reduce cache usage and speed up workflows. This
will be enabled automatically at a later time. <a
href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li>
<li>You can now run the latest CodeQL nightly bundle by passing
<code>tools: nightly</code> to the <code>init</code> action. In general,
the nightly bundle is unstable and we only recommend running it when
directed by GitHub staff. <a
href="https://redirect.github.com/github/codeql-action/pull/3130">#3130</a></li>
<li>Update default CodeQL bundle version to 2.23.1. <a
href="https://redirect.github.com/github/codeql-action/pull/3118">#3118</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.30.4/CHANGELOG.md">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9"><code>303c0ae</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3149">#3149</a>
from github/update-v3.30.4-e4b85ab65</li>
<li><a
href="https://github.com/github/codeql-action/commit/333a6738095d79d08551002eec9df209a4c120d7"><code>333a673</code></a>
Update changelog for v3.30.4</li>
<li><a
href="https://github.com/github/codeql-action/commit/e4b85ab654a244f420e4d9a9ca6305cf2d3fdc90"><code>e4b85ab</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3148">#3148</a>
from github/cklin/just-test_file-serial</li>
<li><a
href="https://github.com/github/codeql-action/commit/1e725567143ebc7888f891e70a71aab18d8d126c"><code>1e72556</code></a>
build: use --serial in 'just test_file'</li>
<li><a
href="https://github.com/github/codeql-action/commit/39842d8f8308005b922ecce0850ce570fabaa903"><code>39842d8</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3146">#3146</a>
from github/mbg/start-proxy/authenticate</li>
<li><a
href="https://github.com/github/codeql-action/commit/6ccec2ac145855dc9503368583b43c58419687af"><code>6ccec2a</code></a>
Remove <code>url</code> from log messages</li>
<li><a
href="https://github.com/github/codeql-action/commit/435f474d1e244a9d1d002fc65d29f961ff2da3b5"><code>435f474</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3147">#3147</a>
from github/dependabot/npm_and_yarn/npm-76d2ab1078</li>
<li><a
href="https://github.com/github/codeql-action/commit/f134e09015e4a98da6c6918634d096f45d8a50e3"><code>f134e09</code></a>
Rebuild</li>
<li><a
href="https://github.com/github/codeql-action/commit/50a31df6baea8e050bfa318999ff195f93878cfc"><code>50a31df</code></a>
Bump <code>@actions/cache</code> from 4.0.5 to 4.1.0 in the npm
group</li>
<li><a
href="https://github.com/github/codeql-action/commit/8e25b3435df01d49a07539e85807b9467349247f"><code>8e25b34</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/3144">#3144</a>
from github/henrymercer/dependabot</li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/v3.30.3...v3.30.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <[email protected]>1 parent 1583901 commit 4e1341e
File tree
4 files changed
+8
-7
lines changed- .github/workflows
- news
4 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments