Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps github/codeql-action from 4.30.9 to 4.31.0.

Release notes

Sourced from github/codeql-action's releases.

v4.31.0

CodeQL Action Changelog

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

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

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.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

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

... (truncated)

Commits
  • 4e94bd1 Merge pull request #3235 from github/update-v4.31.0-1d36546c1
  • 8f11182 Update changelog for v4.31.0
  • 1d36546 Merge pull request #3234 from github/mbg/changelog/post-processing
  • 08ada26 Add changelog entry for post-processing change
  • b843cbe Merge pull request #3233 from github/mbg/getOptionalEnvVar
  • 1ecd563 Use getOptionalEnvVar in writePostProcessedFiles
  • e576807 Merge pull request #3223 from github/henrymercer/bump-minimum
  • ad35676 Add getOptionalEnvVar function
  • d75645b Merge pull request #3222 from github/mbg/upload-lib/post-process
  • 710606c Check that outputPath is non-empty
  • 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.9 to 4.31.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@16140ae...4e94bd1)

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

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 27, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 27, 2025
@antonis antonis enabled auto-merge (squash) October 29, 2025 10:34
@antonis antonis merged commit 1d62dde into main Oct 29, 2025
65 checks passed
@antonis antonis deleted the dependabot/github_actions/github/codeql-action-4.31.0 branch October 29, 2025 10:37
@github-actions
Copy link
Contributor

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 328.50 ms 330.39 ms 1.89 ms
Size 17.75 MiB 19.74 MiB 2.00 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f234eb4+dirty 407.62 ms 429.64 ms 22.02 ms
5c16cdc+dirty 423.48 ms 452.35 ms 28.88 ms
69602ce 417.47 ms 443.52 ms 26.05 ms
46bd012 387.09 ms 404.47 ms 17.38 ms
d916aa3 425.37 ms 427.02 ms 1.65 ms
276d348+dirty 375.48 ms 403.76 ms 28.28 ms
49ef936+dirty 405.96 ms 417.22 ms 11.26 ms
6479fd5+dirty 412.95 ms 434.02 ms 21.07 ms
0b64753+dirty 448.67 ms 474.61 ms 25.94 ms
88890fe+dirty 350.94 ms 365.74 ms 14.80 ms

App size

Revision Plain With Sentry Diff
f234eb4+dirty 17.75 MiB 19.74 MiB 1.99 MiB
5c16cdc+dirty 17.75 MiB 19.68 MiB 1.94 MiB
69602ce 17.75 MiB 19.68 MiB 1.94 MiB
46bd012 17.75 MiB 20.15 MiB 2.41 MiB
d916aa3 17.75 MiB 20.15 MiB 2.41 MiB
276d348+dirty 17.75 MiB 19.69 MiB 1.94 MiB
49ef936+dirty 17.75 MiB 19.69 MiB 1.94 MiB
6479fd5+dirty 17.75 MiB 19.68 MiB 1.94 MiB
0b64753+dirty 17.75 MiB 19.70 MiB 1.95 MiB
88890fe+dirty 17.75 MiB 19.71 MiB 1.96 MiB

@github-actions
Copy link
Contributor

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1218.29 ms 1239.69 ms 21.40 ms
Size 2.63 MiB 4.01 MiB 1.38 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d1fd647+dirty 1219.35 ms 1233.18 ms 13.83 ms
46bd012+dirty 1220.49 ms 1226.89 ms 6.40 ms
8490686+dirty 1227.84 ms 1228.91 ms 1.08 ms
8db9631+dirty 1223.60 ms 1224.56 ms 0.96 ms
6fee48d+dirty 1222.14 ms 1231.44 ms 9.30 ms
5526494+dirty 1224.73 ms 1229.08 ms 4.36 ms
21c9e75+dirty 1237.78 ms 1247.66 ms 9.88 ms
f70acbf+dirty 1235.71 ms 1243.14 ms 7.43 ms
bc9680d+dirty 1221.41 ms 1241.47 ms 20.06 ms
af9331b+dirty 1233.61 ms 1230.50 ms -3.11 ms

App size

Revision Plain With Sentry Diff
d1fd647+dirty 2.63 MiB 3.99 MiB 1.36 MiB
46bd012+dirty 2.63 MiB 3.81 MiB 1.18 MiB
8490686+dirty 2.63 MiB 4.00 MiB 1.36 MiB
8db9631+dirty 2.63 MiB 4.00 MiB 1.36 MiB
6fee48d+dirty 2.63 MiB 3.96 MiB 1.33 MiB
5526494+dirty 2.63 MiB 3.87 MiB 1.24 MiB
21c9e75+dirty 2.63 MiB 3.81 MiB 1.18 MiB
f70acbf+dirty 2.63 MiB 3.98 MiB 1.34 MiB
bc9680d+dirty 2.63 MiB 3.81 MiB 1.18 MiB
af9331b+dirty 2.63 MiB 3.91 MiB 1.28 MiB

@github-actions
Copy link
Contributor

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 314.19 ms 333.79 ms 19.60 ms
Size 7.15 MiB 8.46 MiB 1.31 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f234eb4+dirty 313.23 ms 333.31 ms 20.08 ms
5c16cdc+dirty 375.45 ms 426.62 ms 51.17 ms
c4e097a+dirty 382.43 ms 443.77 ms 61.34 ms
c08359e+dirty 406.04 ms 428.87 ms 22.83 ms
785ffb1+dirty 380.65 ms 451.83 ms 71.18 ms
8ece263+dirty 369.44 ms 414.65 ms 45.21 ms
c9e95bd+dirty 339.32 ms 401.24 ms 61.92 ms
276d348+dirty 356.30 ms 405.27 ms 48.97 ms
49ef936+dirty 333.72 ms 387.51 ms 53.79 ms
2b89ce9+dirty 372.22 ms 417.06 ms 44.84 ms

App size

Revision Plain With Sentry Diff
f234eb4+dirty 7.15 MiB 8.46 MiB 1.30 MiB
5c16cdc+dirty 7.15 MiB 8.41 MiB 1.26 MiB
c4e097a+dirty 7.15 MiB 8.41 MiB 1.26 MiB
c08359e+dirty 7.15 MiB 8.42 MiB 1.27 MiB
785ffb1+dirty 7.15 MiB 8.42 MiB 1.27 MiB
8ece263+dirty 7.15 MiB 8.41 MiB 1.26 MiB
c9e95bd+dirty 7.15 MiB 8.41 MiB 1.26 MiB
276d348+dirty 7.15 MiB 8.42 MiB 1.26 MiB
49ef936+dirty 7.15 MiB 8.42 MiB 1.26 MiB
2b89ce9+dirty 7.15 MiB 8.41 MiB 1.26 MiB

@github-actions
Copy link
Contributor

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1241.31 ms 1232.79 ms -8.52 ms
Size 3.19 MiB 4.58 MiB 1.39 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d1fd647+dirty 1218.16 ms 1225.82 ms 7.65 ms
46bd012+dirty 1231.78 ms 1212.30 ms -19.47 ms
8490686+dirty 1227.32 ms 1240.82 ms 13.50 ms
8db9631+dirty 1226.92 ms 1226.06 ms -0.85 ms
6fee48d+dirty 1208.85 ms 1218.52 ms 9.67 ms
5526494+dirty 1217.06 ms 1222.26 ms 5.20 ms
21c9e75+dirty 1206.20 ms 1223.54 ms 17.35 ms
f70acbf+dirty 1239.00 ms 1242.53 ms 3.53 ms
bc9680d+dirty 1228.57 ms 1233.64 ms 5.07 ms
af9331b+dirty 1230.08 ms 1233.24 ms 3.16 ms

App size

Revision Plain With Sentry Diff
d1fd647+dirty 3.19 MiB 4.56 MiB 1.37 MiB
46bd012+dirty 3.19 MiB 4.38 MiB 1.19 MiB
8490686+dirty 3.19 MiB 4.56 MiB 1.38 MiB
8db9631+dirty 3.19 MiB 4.56 MiB 1.38 MiB
6fee48d+dirty 3.19 MiB 4.53 MiB 1.35 MiB
5526494+dirty 3.19 MiB 4.44 MiB 1.25 MiB
21c9e75+dirty 3.19 MiB 4.38 MiB 1.19 MiB
f70acbf+dirty 3.19 MiB 4.54 MiB 1.36 MiB
bc9680d+dirty 3.19 MiB 4.38 MiB 1.19 MiB
af9331b+dirty 3.19 MiB 4.48 MiB 1.29 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.

2 participants