Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3262 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3262 · secureCodeBox/secureCodeBox
X Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3262 · secureCodeBox/secureCodeBox
Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/setup-java, actions/setup-go, actions/setup-python and github/codeql-action.
Updates actions/setup-java from 4.7.1 to 5.0.0
Release notes
Sourced from actions/setup-java's releases.
v5.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-java#888
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
Upgrade Publish Immutable Action by @HarithaVattikuti in actions/setup-java#798
Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot[bot] in actions/setup-java#730
Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in actions/setup-java#833
Upgrade form-data to bring in fix for critical vulnerability by @gowridurgad in actions/setup-java#887
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-java#896
Bug Fixes
Prevent default installation of JetBrains pre-releases by @priyagupta108 in actions/setup-java#859
Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by @gowridurgad in actions/setup-java#848
New Contributors
@gowridurgad made their first contribution in actions/setup-java#848
@salmanmkc made their first contribution in actions/setup-java#888
Full Changelog: actions/setup-java@v4...v5.0.0
Commits
dded088 Bump actions/checkout from 4 to 5 (#896)
0913e9a Upgrade to node 24 (#888)
e9343db Bumps form-data (#887)
ae2b61d Bump undici from 5.28.5 to 5.29.0 (#833)
c190c18 Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)
67aec00 Fix: prevent default installation of JetBrains pre-releases (#859)
ebb356c Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failu...
f4f1212 Update publish-immutable-actions.yml (#798)
See full diff in compare view
Updates actions/setup-go from 5.5.0 to 6.0.0
Release notes
Sourced from actions/setup-go's releases.
v6.0.0
What's Changed
Breaking Changes
Improve toolchain handling to ensure more reliable and consistent toolchain selection and management by @matthewhughes934 in actions/setup-go#460
Upgrade Nodejs runtime from node20 to node 24 by @salmanmkc in actions/setup-go#624
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
Upgrade @types/jest from 29.5.12 to 29.5.14 by @dependabot[bot] in actions/setup-go#589
Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in actions/setup-go#591
Upgrade @typescript-eslint/parser from 8.31.1 to 8.35.1 by @dependabot[bot] in actions/setup-go#590
Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in actions/setup-go#594
Upgrade typescript from 5.4.2 to 5.8.3 by @dependabot[bot] in actions/setup-go#538
Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by @dependabot[bot] in actions/setup-go#603
Upgrade form-data to bring in fix for critical vulnerability by @matthewhughes934 in actions/setup-go#618
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-go#631
New Contributors
@matthewhughes934 made their first contribution in actions/setup-go#618
@salmanmkc made their first contribution in actions/setup-go#624
Full Changelog: actions/setup-go@v5...v6.0.0
Commits
4469467 Bump actions/checkout from 4 to 5 (#631)
e093d1e Node 24 upgrade (#624)
1d76b95 Improve toolchain handling (#460)
e75c3e8 Bump form-data to bring in fix for critical vulnerability (#618)
8e57b58 Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#603)
7c0b336 Bump typescript from 5.4.2 to 5.8.3 (#538)
6f26dcc Bump undici from 5.28.5 to 5.29.0 (#594)
8d4083a Bump @typescript-eslint/parser from 5.62.0 to 8.32.0 (#590)
fa96338 Bump @actions/tool-cache from 2.0.1 to 2.0.2 (#591)
4de67c0 Bump @types/jest from 29.5.12 to 29.5.14 (#589)
See full diff in compare view
Updates actions/setup-python from 5.6.0 to 6.0.0
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-python#1164
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
Add support for pip-version by @priyagupta108 in actions/setup-python#1129
Enhance reading from .python-version by @krystof-k in actions/setup-python#787
Add version parsing from Pipfile by @aradkdj in actions/setup-python#1067
Bug fixes:
Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @aparnajyothi-y in actions/setup-python#1183
Change missing cache directory error to warning by @aparnajyothi-y in actions/setup-python#1182
Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @aparnajyothi-y in actions/setup-python#1122
Include python version in PyPy python-version output by @cdce8p in actions/setup-python#1110
Update docs: clarification on pip authentication with setup-python by @priya-kinthali in actions/setup-python#1156
Dependency updates:
Upgrade idna from 2.9 to 3.7 in /tests/data by @dependabot[bot] in actions/setup-python#843
Upgrade form-data to fix critical vulnerabilities #182 & #183 by @aparnajyothi-y in actions/setup-python#1163
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @aparnajyothi-y in actions/setup-python#1165
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-python#1181
Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in actions/setup-python#1095
New Contributors
@krystof-k made their first contribution in actions/setup-python#787
@cdce8p made their first contribution in actions/setup-python#1110
@aradkdj made their first contribution in actions/setup-python#1067
Full Changelog: actions/setup-python@v5...v6.0.0
Commits
e797f83 Upgrade to node 24 (#1164)
3d1e2d2 Revert "Enhance cache-dependency-path handling to support files outside the w...
65b0712 Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...
5b668cf Bump actions/checkout from 4 to 5 (#1181)
f62a0e2 Change missing cache directory error to warning (#1182)
9322b3c Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...
fbeb884 Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)
03bb615 Bump idna from 2.9 to 3.7 in /tests/data (#843)
36da51d Add version parsing from Pipfile (#1067)
3c6f142 update documentation (#1156)
Additional commits viewable in compare view
Updates github/codeql-action from 3.29.2 to 3.30.1
Release notes
Sourced from github/codeql-action's releases.
v3.30.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.1 - 05 Sep 2025
Update default CodeQL bundle version to 2.23.0. #3077
See the full CHANGELOG.md for more information.
v3.30.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.0 - 01 Sep 2025
Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
See the full CHANGELOG.md for more information.
v3.29.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.11 - 21 Aug 2025
Update default CodeQL bundle version to 2.22.4. #3044
See the full CHANGELOG.md for more information.
v3.29.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.10 - 18 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.9 - 12 Aug 2025
... (truncated)
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.
3.30.1 - 05 Sep 2025
Update default CodeQL bundle version to 2.23.0. #3077
3.30.0 - 01 Sep 2025
Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
3.29.11 - 21 Aug 2025
Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
No user facing changes.
3.29.8 - 08 Aug 2025
Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
3.29.7 - 07 Aug 2025
This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
3.29.6 - 07 Aug 2025
The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999
Update default CodeQL bundle version to 2.22.3. #3000
3.29.5 - 29 Jul 2025
Update default CodeQL bundle version to 2.22.2. #2986
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
... (truncated)
Commits
f1f6e5f Merge pull request #3081 from github/update-v3.30.1-2d2f57ed3
5dd2164 Update changelog for v3.30.1
2d2f57e Merge pull request #3079 from github/mbg/proxy/accept-git-source
b364f99 Merge pull request #3077 from github/update-bundle/codeql-bundle-v2.23.0
5b8860a Merge branch 'main' into update-bundle/codeql-bundle-v2.23.0
8fe8b24 Add git_source as supported registry type for Go
6242bcb Allow multiple registry types in LANGUAGE_TO_REGISTRY_TYPE
dfb741d Merge pull request #3075 from github/mbg/remove-augmentation-properties
920bba1 Add unit tests for createInitWithConfigStatusReport
37ddb03 Add createInitWithConfigStatusReport function
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 4 updates in the /.github/workflows directory: actions/setup-java, actions/setup-go, actions/setup-python and github/codeql-action. Updates actio...
X Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/setup-java, actions/setup-go, actions/setup-python and github/codeql-action. Updates actio...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3262
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:07d03a3b-fbee-40ca-84fa-9b951b727025 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A7E6:1D9B97:A7CA5DD:D83BE63:69764490 |
| html-safe-nonce | 9abaf2e80612dcbd3ce539a1a01e81e25a5abbe3cb7de1ed3fb241df5b5cce83 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0U2OjFEOUI5NzpBN0NBNUREOkQ4M0JFNjM6Njk3NjQ0OTAiLCJ2aXNpdG9yX2lkIjoiMTIxMDk3NjQxNjEwNzQ4MDIwOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | e292d4aa56aeb98a8bf82968a0b90c8e2fa633c431364970da97a33df7034b1d |
| hovercard-subject-tag | pull_request:2807532310 |
| 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/3262/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 4 updates in the /.github/workflows directory: actions/setup-java, actions/setup-go, actions/setup-python and github/codeql-action. Updates actio... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | c6814b4cc7afd45cd6e64525d0cff0e76dd802f315a5b0e55a7abda1d1d070d0 |
| 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 | 4ea235bfed58ef16c8a5642b3ac64b74f10c9f52 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width