Skip to content

Commit 4e1341e

Browse files
⬆️ 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.30.3&new-version=3.30.4)](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

4 files changed

+8
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/[email protected].3
45+
uses: github/codeql-action/[email protected].4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/[email protected].3
56+
uses: github/codeql-action/[email protected].4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/[email protected].3
70+
uses: github/codeql-action/[email protected].4

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/[email protected].3
44+
uses: github/codeql-action/[email protected].4
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/[email protected].3
58+
uses: github/codeql-action/[email protected].4
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -68,6 +68,6 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/[email protected].3
71+
uses: github/codeql-action/[email protected].4
7272
with:
7373
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@aa90e97ad2ed17cde6a43e89f70138299e64f837 # v2.28.0
70+
uses: github/codeql-action/upload-sarif@94a9b7a1101a1320dcadcbda5e7fd9a1e6abaaca # v2.28.0
7171
with:
7272
sarif_file: results.sarif

news/20250926060617.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: codeql-action-3.30.4

0 commit comments

Comments
 (0)