Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox · GitHub
Open Graph Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox
X Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox
Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action.
Updates actions/cache from 4.2.4 to 4.3.0
Release notes
Sourced from actions/cache's releases.
v4.3.0
What's Changed
Add note on runner versions by @GhadimiR in actions/cache#1642
Prepare v4.3.0 release by @Link- in actions/cache#1655
New Contributors
@GhadimiR made their first contribution in actions/cache#1642
Full Changelog: actions/cache@v4...v4.3.0
Changelog
Sourced from actions/cache's changelog.
Releases
4.3.0
Bump @actions/cache to v4.1.0
4.2.4
Bump @actions/cache to v4.0.5
4.2.3
Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)
4.2.2
Bump @actions/cache to v4.0.2
4.2.1
Bump @actions/cache to v4.0.1
4.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
Restore original behavior of cache-hit output - #1467
4.1.0
Ensure cache-hit output is set when a cache is missed - #1404
Deprecate save-always input - #1452
... (truncated)
Commits
0057852 Merge pull request #1655 from actions/Link-/prepare-4.3.0
4f5ea67 Update licensed cache
9fcad95 Upgrade actions/cache to 4.1.0 and prepare 4.3.0 release
638ed79 Merge pull request #1642 from actions/GhadimiR-patch-1
3862dcc Add note on runner versions
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 github/codeql-action from 3.30.3 to 3.30.5
Release notes
Sourced from github/codeql-action's releases.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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
See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
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
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.
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
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
... (truncated)
Commits
3599b3b Merge pull request #3161 from github/update-v3.30.5-0a67bd46a
2ca0085 Update changelog for v3.30.5
0a67bd4 Merge pull request #3160 from github/mbg/fix/upload-sarif
8e34f2f Add changelog
0b7fc56 Fix upload-sarif not uploading non-.sarif files
94a9b7a Merge pull request #3155 from github/mbg/node/no-install-in-actions
a0ae9ba Log what the script is doing
b27a8ef Exit if running in an Actions workflow
6592567 Merge pull request #3139 from github/henrymercer/fix-log-message
fa64a7d Merge pull request #3154 from github/mbg/node/check-up-to-date-deps
Additional commits viewable in compare view
Updates docker/login-action from 3.5.0 to 3.6.0
Release notes
Sourced from docker/login-action's releases.
v3.6.0
Add registry-auth input for raw authentication to registries by @crazy-max in docker/login-action#887
Bump @aws-sdk/client-ecr to 3.890.0 in docker/login-action#882 docker/login-action#890
Bump @aws-sdk/client-ecr-public to 3.890.0 in docker/login-action#882 docker/login-action#890
Bump @docker/actions-toolkit from 0.62.1 to 0.63.0 in docker/login-action#883
Bump brace-expansion from 1.1.11 to 1.1.12 in docker/login-action#880
Bump undici from 5.28.4 to 5.29.0 in docker/login-action#879
Bump tmp from 0.2.3 to 0.2.4 in docker/login-action#881
Full Changelog: docker/login-action@v3.5.0...v3.6.0
Commits
5e57cd1 Merge pull request #890 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
97e3143 chore: update generated content
3a0796b build(deps): bump the aws-sdk-dependencies group with 2 updates
5b7b28b Merge pull request #882 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
abc9fb3 chore: update generated content
d468688 build(deps): bump the aws-sdk-dependencies group with 2 updates
a99b2f8 Merge pull request #883 from docker/dependabot/npm_and_yarn/docker/actions-to...
0d7fae8 chore: update generated content
9832253 build(deps): bump @docker/actions-toolkit from 0.62.1 to 0.63.0
09e05bb Merge pull request #881 from docker/dependabot/npm_and_yarn/tmp-0.2.4
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/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac...
X Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac...
Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3302
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:baa3395b-f4b7-e6af-619a-dc94346bb155 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B2D4:1A6433:AD785A7:E2306D1:69761069 |
| html-safe-nonce | 179179e774fee5f82c28fd78e2dd8f8b9caa753cbed64b339c1b8f200e30a26f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMkQ0OjFBNjQzMzpBRDc4NUE3OkUyMzA2RDE6Njk3NjEwNjkiLCJ2aXNpdG9yX2lkIjoiNTU3NDUzNjg5NTMzMDEyNzk3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 435ff91200f369312ae5ecaa04f66c02e30114f45f7f1b6c736de0f332abf8e0 |
| hovercard-subject-tag | pull_request:2870580969 |
| 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/3302/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/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac... |
| 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