Title: Bump the github-actions-version-updates group across 1 directory with 3 updates by dependabot[bot] · Pull Request #3353 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the github-actions-version-updates group across 1 directory with 3 updates by dependabot[bot] · Pull Request #3353 · secureCodeBox/secureCodeBox
X Title: Bump the github-actions-version-updates group across 1 directory with 3 updates by dependabot[bot] · Pull Request #3353 · secureCodeBox/secureCodeBox
Description: Bumps the github-actions-version-updates group with 3 updates in the /.github/workflows directory: github/codeql-action, docker/metadata-action and docker/setup-qemu-action.
Updates github/codeql-action from 4.31.0 to 4.31.2
Release notes
Sourced from github/codeql-action's releases.
v4.31.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.2 - 30 Oct 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.1 - 30 Oct 2025
The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
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]
CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
4.31.2 - 30 Oct 2025
No user facing changes.
4.31.1 - 30 Oct 2025
The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.
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
... (truncated)
Commits
0499de3 Merge pull request #3261 from github/henrymercer/setup-python
3b96745 Set up Python in mergeback workflow
8a06050 Merge pull request #3259 from github/update-v4.31.2-9576b5cbe
752a642 Update changelog for v4.31.2
9576b5c Merge pull request #3258 from github/mbg/enablement-errors/case-insensitive
cc88437 Merge pull request #3257 from github/henrymercer/ubuntu-slim
f0e9bf0 Make isEnablementError case-insensitive
2a3599c Run lightweight workflows on ubuntu-slim
514ff4d Merge pull request #3256 from github/henrymercer/resolve-bad-merge
aab1c2f Merge pull request #3253 from github/mergeback/v4.31.1-to-main-5fe9434c
Additional commits viewable in compare view
Updates docker/metadata-action from 5.8.0 to 5.9.0
Release notes
Sourced from docker/metadata-action's releases.
v5.9.0
Add tag-names output to return tag names without image base name by @crazy-max in docker/metadata-action#553
Bump @babel/runtime-corejs3 from 7.14.7 to 7.28.2 in docker/metadata-action#539
Bump @docker/actions-toolkit from 0.62.1 to 0.66.0 in docker/metadata-action#555
Bump brace-expansion from 1.1.11 to 1.1.12 in docker/metadata-action#540
Bump csv-parse from 5.6.0 to 6.1.0 in docker/metadata-action#532
Bump semver from 7.7.2 to 7.7.3 in in docker/metadata-action#554
Bump tmp from 0.2.3 to 0.2.5 in docker/metadata-action#541
Full Changelog: docker/metadata-action@v5.8.0...v5.9.0
Commits
318604b Merge pull request #539 from docker/dependabot/npm_and_yarn/babel/runtime-cor...
49c0a55 chore: update generated content
486229e Merge pull request #558 from crazy-max/fix-dist
f02aeab chore: fix dist
beafb97 chore(deps): Bump @babel/runtime-corejs3 from 7.14.7 to 7.28.2
3ff819c Merge pull request #557 from crazy-max/yarn-4.9.2
05838e9 update yarn to 4.9.2
43fa4ac Merge pull request #556 from crazy-max/dev-deps
b3120f2 chore: update generated content
1f469d2 update dev dependencies
Additional commits viewable in compare view
Updates docker/setup-qemu-action from 3.6.0 to 3.7.0
Release notes
Sourced from docker/setup-qemu-action's releases.
v3.7.0
Bump @docker/actions-toolkit from 0.56.0 to 0.67.0 in docker/setup-qemu-action#217 docker/setup-qemu-action#230
Bump brace-expansion from 1.1.11 to 1.1.12 in docker/setup-qemu-action#220
Bump form-data from 2.5.1 to 2.5.5 in docker/setup-qemu-action#218
Bump tmp from 0.2.3 to 0.2.4 in docker/setup-qemu-action#221
Bump undici from 5.28.4 to 5.29.0 in docker/setup-qemu-action#219
Full Changelog: docker/setup-qemu-action@v3.6.0...v3.7.0
Commits
c7c5346 Merge pull request #230 from docker/dependabot/npm_and_yarn/docker/actions-to...
3a517a1 chore: update generated content
a5b45ed build(deps): bump @docker/actions-toolkit from 0.62.1 to 0.67.0
3a64278 Merge pull request #220 from docker/dependabot/npm_and_yarn/brace-expansion-1...
94906ba chore: update generated content
4027abf build(deps): bump brace-expansion from 1.1.11 to 1.1.12
bee0aaa Merge pull request #221 from docker/dependabot/npm_and_yarn/tmp-0.2.4
0d7e257 chore: update generated content
b869601 build(deps): bump tmp from 0.2.3 to 0.2.4
3a043ed Merge pull request #219 from docker/dependabot/npm_and_yarn/undici-5.29.0
Additional commits viewable in compare view
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
Open Graph Description: Bumps the github-actions-version-updates group with 3 updates in the /.github/workflows directory: github/codeql-action, docker/metadata-action and docker/setup-qemu-action. Updates github/codeql-a...
X Description: Bumps the github-actions-version-updates group with 3 updates in the /.github/workflows directory: github/codeql-action, docker/metadata-action and docker/setup-qemu-action. Updates github/codeql-a...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3353
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:ac8a61cb-1ba0-538e-7322-9b7fe91d949a |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9CBE:2586AA:5BFE369:76D241D:69766C44 |
| html-safe-nonce | 0ba2c828dadbb40fd5e4b98b4080ddd619a31089f7c87833c9c642d125a8adac |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Q0JFOjI1ODZBQTo1QkZFMzY5Ojc2RDI0MUQ6Njk3NjZDNDQiLCJ2aXNpdG9yX2lkIjoiNzUyNzk3OTYzMzIwMzM3NTE3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 055e180ff1cb12229c1974eb99259568000431850285b9712a351f30c8b40358 |
| hovercard-subject-tag | pull_request:2994429626 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/secureCodeBox/secureCodeBox/pull/3353/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the github-actions-version-updates group with 3 updates in the /.github/workflows directory: github/codeql-action, docker/metadata-action and docker/setup-qemu-action. Updates github/codeql-a... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git |
| octolytics-dimension-user_id | 34573705 |
| octolytics-dimension-user_login | secureCodeBox |
| octolytics-dimension-repository_id | 80711933 |
| octolytics-dimension-repository_nwo | secureCodeBox/secureCodeBox |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 80711933 |
| octolytics-dimension-repository_network_root_nwo | secureCodeBox/secureCodeBox |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 5b577f6be6482e336e3c30e8daefa30144947b17 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width