Skip to content

chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9#5279

Merged
antonis merged 5 commits into
mainfrom
dependabot/github_actions/github/codeql-action-4.30.9
Oct 20, 2025
Merged

chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9#5279
antonis merged 5 commits into
mainfrom
dependabot/github_actions/github/codeql-action-4.30.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Bumps github/codeql-action from 4.30.8 to 4.30.9.

Release notes

Sourced from github/codeql-action's releases.

v4.30.9

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204

4.30.8 - 10 Oct 2025

No user facing changes.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • 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

3.30.4 - 25 Sep 2025

  • 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 codeql-action/init 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 codeql-action/init step. #3099 and #3100
  • 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. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

No user facing changes.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

... (truncated)

Commits
  • 16140ae Merge pull request #3213 from github/update-v4.30.9-70205d3d1
  • 30db5fe Update changelog for v4.30.9
  • 70205d3 Merge pull request #3211 from github/mbg/init/starting-partial-config
  • 697c209 Merge remote-tracking branch 'origin/main' into mbg/init/starting-partial-config
  • 1bd53ba Merge pull request #3205 from github/update-bundle/codeql-bundle-v2.23.3
  • cac4df0 Rebuild
  • 77e5c0d Merge branch 'main' into update-bundle/codeql-bundle-v2.23.3
  • 97a4f75 Merge pull request #3204 from github/mbg/setup-codeql
  • 2d5512b Merge remote-tracking branch 'origin/main' into mbg/init/starting-partial-config
  • fa7bdf0 Call getAnalysisKinds a second time, and ignore exceptions thrown during th...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f443b60...16140ae)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.30.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 20, 2025
@dependabot dependabot Bot requested a review from alwx as a code owner October 20, 2025 07:14
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 20, 2025
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Oct 20, 2025
@antonis antonis enabled auto-merge (squash) October 20, 2025 08:02
Comment thread .github/workflows/codeql-analysis.yml Outdated
Comment thread .github/workflows/codeql-analysis.yml Outdated
Comment thread .github/workflows/codeql-analysis.yml Outdated
@antonis antonis merged commit 268ce08 into main Oct 20, 2025
56 of 57 checks passed
@antonis antonis deleted the dependabot/github_actions/github/codeql-action-4.30.9 branch October 20, 2025 08:06
@github-actions
Copy link
Copy Markdown
Contributor

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 449.53 ms 464.72 ms 15.19 ms
Size 17.75 MiB 19.70 MiB 1.96 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
ba75c7c 367.72 ms 369.16 ms 1.44 ms
459a438+dirty 417.09 ms 406.52 ms -10.57 ms
d751a5d+dirty 434.24 ms 486.08 ms 51.84 ms
2adbd1e+dirty 433.98 ms 427.96 ms -6.02 ms
23080e5 384.85 ms 382.57 ms -2.28 ms
20daa0a 359.51 ms 374.90 ms 15.39 ms
af9331b 449.77 ms 479.20 ms 29.43 ms
161947d+dirty 393.26 ms 403.00 ms 9.74 ms
64cd15c 439.02 ms 427.63 ms -11.39 ms
77061ed+dirty 369.55 ms 408.35 ms 38.80 ms

App size

Revision Plain With Sentry Diff
ba75c7c 17.75 MiB 20.15 MiB 2.41 MiB
459a438+dirty 17.75 MiB 19.70 MiB 1.95 MiB
d751a5d+dirty 17.75 MiB 19.68 MiB 1.94 MiB
2adbd1e+dirty 17.75 MiB 19.70 MiB 1.96 MiB
23080e5 17.75 MiB 19.68 MiB 1.94 MiB
20daa0a 17.75 MiB 20.15 MiB 2.41 MiB
af9331b 17.75 MiB 19.68 MiB 1.94 MiB
161947d+dirty 17.75 MiB 19.70 MiB 1.95 MiB
64cd15c 17.75 MiB 20.15 MiB 2.41 MiB
77061ed+dirty 17.75 MiB 19.68 MiB 1.94 MiB

@github-actions
Copy link
Copy Markdown
Contributor

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 335.35 ms 426.90 ms 91.55 ms
Size 7.15 MiB 8.43 MiB 1.28 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
459a438+dirty 359.50 ms 390.53 ms 31.03 ms
5526494+dirty 380.79 ms 432.70 ms 51.91 ms
d751a5d+dirty 341.61 ms 403.06 ms 61.45 ms
2adbd1e+dirty 366.13 ms 419.49 ms 53.36 ms
161947d+dirty 349.27 ms 435.09 ms 85.82 ms
77061ed+dirty 359.40 ms 424.10 ms 64.70 ms
bfe454a+dirty 372.42 ms 424.52 ms 52.10 ms
c1573b3+dirty 355.65 ms 448.82 ms 93.17 ms
af9331b+dirty 374.42 ms 425.68 ms 51.26 ms
23080e5+dirty 347.29 ms 381.87 ms 34.58 ms

App size

Revision Plain With Sentry Diff
459a438+dirty 7.15 MiB 8.42 MiB 1.27 MiB
5526494+dirty 7.15 MiB 8.41 MiB 1.26 MiB
d751a5d+dirty 7.15 MiB 8.41 MiB 1.26 MiB
2adbd1e+dirty 7.15 MiB 8.43 MiB 1.28 MiB
161947d+dirty 7.15 MiB 8.43 MiB 1.28 MiB
77061ed+dirty 7.15 MiB 8.41 MiB 1.26 MiB
bfe454a+dirty 7.15 MiB 8.42 MiB 1.26 MiB
c1573b3+dirty 7.15 MiB 8.42 MiB 1.27 MiB
af9331b+dirty 7.15 MiB 8.41 MiB 1.26 MiB
23080e5+dirty 7.15 MiB 8.41 MiB 1.26 MiB

@github-actions
Copy link
Copy Markdown
Contributor

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1223.53 ms 1237.06 ms 13.53 ms
Size 2.63 MiB 4.00 MiB 1.36 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
0b64753+dirty 1232.49 ms 1226.96 ms -5.53 ms
93137d1+dirty 1230.73 ms 1230.98 ms 0.25 ms
7480abe+dirty 1220.53 ms 1244.18 ms 23.65 ms
23080e5+dirty 1216.02 ms 1224.94 ms 8.91 ms
3bd3f0d+dirty 1231.51 ms 1229.10 ms -2.41 ms
59f3a84+dirty 1232.56 ms 1238.12 ms 5.56 ms
eb07ba3+dirty 1222.46 ms 1220.37 ms -2.08 ms
6479fd5+dirty 1228.48 ms 1231.32 ms 2.84 ms
c7f264b+dirty 1211.82 ms 1218.04 ms 6.22 ms
ba75c7c+dirty 1235.86 ms 1226.45 ms -9.41 ms

App size

Revision Plain With Sentry Diff
0b64753+dirty 2.63 MiB 3.98 MiB 1.35 MiB
93137d1+dirty 2.63 MiB 3.99 MiB 1.35 MiB
7480abe+dirty 2.63 MiB 3.96 MiB 1.33 MiB
23080e5+dirty 2.63 MiB 3.91 MiB 1.28 MiB
3bd3f0d+dirty 2.63 MiB 3.99 MiB 1.35 MiB
59f3a84+dirty 2.63 MiB 3.99 MiB 1.36 MiB
eb07ba3+dirty 2.63 MiB 3.81 MiB 1.18 MiB
6479fd5+dirty 2.63 MiB 3.96 MiB 1.33 MiB
c7f264b+dirty 2.63 MiB 3.91 MiB 1.28 MiB
ba75c7c+dirty 2.63 MiB 3.81 MiB 1.18 MiB

@github-actions
Copy link
Copy Markdown
Contributor

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1219.98 ms 1220.00 ms 0.02 ms
Size 3.19 MiB 4.56 MiB 1.38 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
0b64753+dirty 1225.77 ms 1232.98 ms 7.21 ms
93137d1+dirty 1232.69 ms 1245.18 ms 12.49 ms
7480abe+dirty 1219.84 ms 1223.60 ms 3.76 ms
23080e5+dirty 1221.39 ms 1222.08 ms 0.70 ms
3bd3f0d+dirty 1230.18 ms 1243.41 ms 13.22 ms
59f3a84+dirty 1205.09 ms 1213.31 ms 8.23 ms
eb07ba3+dirty 1214.49 ms 1221.59 ms 7.10 ms
6479fd5+dirty 1207.80 ms 1215.12 ms 7.32 ms
c7f264b+dirty 1229.78 ms 1225.84 ms -3.94 ms
ba75c7c+dirty 1236.14 ms 1240.69 ms 4.55 ms

App size

Revision Plain With Sentry Diff
0b64753+dirty 3.19 MiB 4.55 MiB 1.36 MiB
93137d1+dirty 3.19 MiB 4.55 MiB 1.37 MiB
7480abe+dirty 3.19 MiB 4.53 MiB 1.35 MiB
23080e5+dirty 3.19 MiB 4.48 MiB 1.29 MiB
3bd3f0d+dirty 3.19 MiB 4.55 MiB 1.37 MiB
59f3a84+dirty 3.19 MiB 4.56 MiB 1.37 MiB
eb07ba3+dirty 3.19 MiB 4.38 MiB 1.19 MiB
6479fd5+dirty 3.19 MiB 4.53 MiB 1.35 MiB
c7f264b+dirty 3.19 MiB 4.48 MiB 1.29 MiB
ba75c7c+dirty 3.19 MiB 4.38 MiB 1.19 MiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant