Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3494 · secureCodeBox/secureCodeBox
Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, github/codeql-action, docker/login-action and mikefarah/yq.
Updates actions/cache from 5.0.2 to 5.0.3
Release notes
Sourced from actions/cache's releases.
v5.0.3
What's Changed
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)- Bump
@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
Changelog
Sourced from actions/cache's changelog.
Releases
How to prepare a release
[!NOTE]
Relevant for maintainers with write access only.
- Switch to a new branch from
main.- Run
npm testto ensure all tests are passing.- Update the version in
https://github.com/actions/cache/blob/main/package.json.- Run
npm run buildto update the compiled files.- Update this
https://github.com/actions/cache/blob/main/RELEASES.mdwith the new version and changes in the## Changelogsection.- Run
licensed cacheto update the license report.- Run
licensed statusand resolve any warnings by updating thehttps://github.com/actions/cache/blob/main/.licensed.ymlfile with the exceptions.- Commit your changes and push your branch upstream.
- Open a pull request against
mainand get it reviewed and merged.- Draft a new release https://github.com/actions/cache/releases use the same version number used in
package.json
- Create a new tag with the version number.
- Auto generate release notes and update them to match the changes you made in
RELEASES.md.- Toggle the set as the latest release option.
- Publish the release.
- Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
- There should be a workflow run queued with the same version number.
- Approve the run to publish the new version and update the major tags for this action.
Changelog
5.0.3
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)- Bump
@actions/coreto v2.0.35.0.2
- Bump
@actions/cacheto v5.0.3 #16925.0.1
- Update
@azure/storage-blobto^12.29.1via@actions/cache@5.0.1#16855.0.0
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.4.3.0
- Bump
@actions/cacheto v4.1.0
... (truncated)
Commits
Updates github/codeql-action from 4.32.0 to 4.32.1
Release notes
Sourced from github/codeql-action's releases.
v4.32.1
- A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421
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.32.1 - 02 Feb 2026
- A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421
4.32.0 - 26 Jan 2026
4.31.11 - 23 Jan 2026
- When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409
- Improved error handling throughout the CodeQL Action. #3415
- Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #3318
- The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #3403
4.31.10 - 12 Jan 2026
- Update default CodeQL bundle version to 2.23.9. #3393
4.31.9 - 16 Dec 2025
No user facing changes.
4.31.8 - 11 Dec 2025
- Update default CodeQL bundle version to 2.23.8. #3354
4.31.7 - 05 Dec 2025
- Update default CodeQL bundle version to 2.23.7. #3343
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
... (truncated)
Commits
6bc82e0Merge pull request #3447 from github/update-v4.32.1-f52cbc83042f00f2Add a couple of change notescedee6dUpdate changelog for v4.32.1f52cbc8Merge pull request #3445 from github/dependabot/npm_and_yarn/fast-xml-parser-...c5aaca4Merge pull request #3446 from github/mbg/ci/pin-node-packages3e58739Pin@actions/tool-cache@3in workflows to avoid failures withgithub-scripta6ccefbRebuild0e64858Bump fast-xml-parser from 5.3.3 to 5.3.4f985be5Merge pull request #3443 from github/dependabot/npm_and_yarn/tar-7.5.70c8e06dBump tar from 7.5.6 to 7.5.7- Additional commits viewable in compare view
Updates docker/login-action from 3.6.0 to 3.7.0
Release notes
Sourced from docker/login-action's releases.
v3.7.0
- Add
scopeinput to set scopes for the authentication token by@crazy-maxin docker/login-action#912- Add support for AWS European Sovereign Cloud ECR by
@dphiin docker/login-action#914- Ensure passwords are redacted with
registry-authinput by@crazy-maxin docker/login-action#911- build(deps): bump lodash from 4.17.21 to 4.17.23 in docker/login-action#915
Full Changelog: docker/login-action@v3.6.0...v3.7.0
Commits
c94ce9fMerge pull request #915 from docker/dependabot/npm_and_yarn/lodash-4.17.238339c95Merge pull request #912 from docker/scopec83e932build(deps): bump lodash from 4.17.21 to 4.17.23b268aa5chore: update generated contenta603229documentation for scope input7567f92Add scope input to set scopes for the authentication token0567fa5Merge pull request #914 from dphi/add-support-for-amazonaws.euf6ef577feat: add support for AWS European Sovereign Cloud ECR registries916386bMerge pull request #911 from crazy-max/ensure-redact5b3f94achore: update generated content- Additional commits viewable in compare view
Updates mikefarah/yq from 4.50.1 to 4.52.2
Release notes
Sourced from mikefarah/yq's releases.
v4.52.2
- Fixed bad instructions file breaking go-install (#2587) Thanks
@theyoprst- Fixed TOML table scope after comments (#2588) Thanks
@tomers- Multiply uses a readonly context (#2558)
- Fixed merge globbing wildcards in keys (#2564)
- Fixing TOML subarray parsing issue (#2581)
v4.52.1 - TOML roundtrip and more!
TOML encoder support - you can now roundtrip! #1364
Parent now supports negative indices, and added a 'root' command for referencing the top level document
Fixed scalar encoding for HCL
Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#2583) Thanks
@jfenalAdd symlink check to file rename util (#2576) Thanks
@Elias-elastisysPowershell fixed default command used for __completeNoDesc alias (#2568) Thanks
@teejadedUnwrap scalars in shell output mode. (#2548) Thanks
@flintwintersAdded K8S KYAML output format support (#2560) Thanks
@robbat2Bumped dependencies
Special shout out to
@ccoVeillefor reviewing my PRs!Thanks to everyone that contributed ❤️
Changelog
Sourced from mikefarah/yq's changelog.
4.52.2:
- Fixed bad instructions file breaking go-install (#2587) Thanks
@theyoprst- Fixed TOML table scope after comments (#2588) Thanks
@tomers- Multiply uses a readonly context (#2558)
- Fixed merge globbing wildcards in keys (#2564)
- Fixing TOML subarray parsing issue (#2581)
4.52.1:
TOML encoder support - you can now roundtrip! #1364
Parent now supports negative indices, and added a 'root' command for referencing the top level document
Fixed scalar encoding for HCL
Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#2583) Thanks
@jfenalAdd symlink check to file rename util (#2576) Thanks
@Elias-elastisysPowershell fixed default command used for __completeNoDesc alias (#2568) Thanks
@teejadedUnwrap scalars in shell output mode. (#2548) Thanks
@flintwintersAdded K8S KYAML output format support (#2560) Thanks
@robbat2Bumped dependencies
Special shout out to
@ccoVeillefor reviewing my PRs!4.50.1:
- Added HCL support!
- Fixing handling of CRLF #2352
- Bumped dependencies
4.49.2:
4.49.1:
- Added
--securityflags to disable env and file ops #2515- Fixing TOML ArrayTable parsing issues #1758
- Fixing parsing of escaped characters #2506
4.48.2:
- Strip whitespace when decoding base64 #2507
- Upgraded to go-yaml v4! (thanks
@ccoVeille,@ingydotnet)- Add linux/loong64 to release target (thanks
@znley)- Added --shell-key-separator flag for customizable shell output format #2497 (thanks
@rsleedbx)- Bumped dependencies
4.48.1:
- Added 'parents' operator, to return a list of all the hierarchical parents of a node
- Added 'first(exp)' operator, to return the first entry matching an expression in an array
- Fixed xml namespace prefixes #1730 (thanks
@baodrate)- Fixed out of range panic in yaml decoder #2460 (thanks
@n471d)- Bumped dependencies
4.47.2:
... (truncated)
Commits
2be0094Bumping version3c18d5bPreparing release2dcc229Merge branch 'tomers-fix/toml-comments-table-scope-2588'eb4fde4Pulling out common code06ea4cfFixing spelling37089d2Merge branch 'fix/toml-comments-table-scope-2588' of github.com:tomers/yq int...7cf88a0Add regression test for go install compatibility #2587 (#2591)41adc1aFixing wrongly named instructions fileb4b96f2Fix TOML table parsing after standalone comments2824d66Multiply uses a readonly context #2558- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions