ci: github: bump the actions-deps group across 1 directory with 11 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 2 months ago)
(about 1 month ago)
(about 1 month ago)
dependencies github_actions
Bumps the actions-deps group with 11 updates in the / directory:
| Package | From | To | 
|---|---|---|
| actions/checkout | 4.2.2 | 
5.0.0 | 
| actions/setup-python | 5.6.0 | 
6.0.0 | 
| tj-actions/changed-files | 46.0.5 | 
47.0.0 | 
| aws-actions/configure-aws-credentials | 4.2.1 | 
5.0.0 | 
| actions/download-artifact | 4.3.0 | 
5.0.0 | 
| codecov/codecov-action | 5.4.3 | 
5.5.1 | 
| github/codeql-action | 3.29.2 | 
3.30.3 | 
| zephyrproject-rtos/action-zephyr-setup | 1.0.7 | 
1.0.8 | 
| actions/github-script | 7.0.1 | 
8.0.0 | 
| zephyrproject-rtos/action-manifest | 1.9.1 | 
2.0.0 | 
| actions/stale | 9.1.0 | 
10.0.0 | 
Updates actions/checkout from 4.2.2 to 5.0.0
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
 @salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
 @salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
 @motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
 @mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
 @benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
 @joshmgrossin actions/checkout#2044- Update README.md by
 @nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
 @TingluoHuangin actions/checkout#2224- Update package dependencies by
 @salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
 @salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
 @salmanmkcin actions/checkout#2226V4.3.0
- docs: update README.md by
 @motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
 @mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
 @benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
 @joshmgrossin actions/checkout#2044- Update README.md by
 @nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
 @TingluoHuangin actions/checkout#2224- Update package dependencies by
 @salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
 isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
 @orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
 @lucacomein actions/checkout#1180- Dependency updates by
 @dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
 @dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
 @dependabotin actions/checkout#1697- Check out other refs/* by commit by
 @orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
 @jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
 @cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
 @cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
 @dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
 @dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
 @dependabotin actions/checkout#1695- README: Suggest
 user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
 extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
 @cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
 @dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
 @dependabotin actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)08eba0bPrepare release v4.3.0 (#2237)631c7dcUpdate package dependencies (#2236)8edcb1bUpdate CODEOWNERS for actions (#2224)09d2acaUpdate README.md (#2194)85e6279Adjust positioning of user email note and permissions heading (#2044)009b9aeDocumentation update - add recommended permissions to Readme (#2043)cbb7224Update README.md (#1977)3b9b8c8docs: update README.md (#1971)- 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
 @salmanmkcin actions/setup-python#1164Make 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-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
 @krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
 @aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
 @aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
 @aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
 @aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
 @cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
 @priya-kinthaliin actions/setup-python#1156Dependency 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-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
 @aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
 @dependabot[bot] in actions/setup-python#1181- Upgrade
 @actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)- Additional commits viewable in compare view
 
Updates tj-actions/changed-files from 46.0.5 to 47.0.0
Release notes
Sourced from tj-actions/changed-files's releases.
v47.0.0
What's Changed
- Upgraded to v46.0.5 by
 @github-actions[bot] in tj-actions/changed-files#2531- chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by
 @dependabot[bot] in tj-actions/changed-files#2532- chore(deps): bump tj-actions/branch-names from 8.1.0 to 8.2.1 by
 @dependabot[bot] in tj-actions/changed-files#2535- remove: commit and push step from build job by
 @jackton1in tj-actions/changed-files#2538- chore(deps-dev): bump
 @types/nodefrom 22.14.0 to 22.14.1 by@dependabot[bot] in tj-actions/changed-files#2537- chore(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 by
 @dependabot[bot] in tj-actions/changed-files#2536- chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by
 @dependabot[bot] in tj-actions/changed-files#2539- chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by
 @dependabot[bot] in tj-actions/changed-files#2542- chore(deps-dev): bump
 @types/nodefrom 22.14.1 to 22.15.0 by@dependabot[bot] in tj-actions/changed-files#2544- chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by
 @dependabot[bot] in tj-actions/changed-files#2545- chore(deps-dev): bump
 @types/nodefrom 22.15.0 to 22.15.3 by@dependabot[bot] in tj-actions/changed-files#2548- chore(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.4.0 by
 @dependabot[bot] in tj-actions/changed-files#2553- chore(deps-dev): bump
 @types/nodefrom 22.15.3 to 22.15.10 by@dependabot[bot] in tj-actions/changed-files#2552- chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by
 @dependabot[bot] in tj-actions/changed-files#2551- chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by
 @dependabot[bot] in tj-actions/changed-files#2558- chore(deps-dev): bump
 @types/nodefrom 22.15.14 to 22.15.17 by@dependabot[bot] in tj-actions/changed-files#2557- chore(deps): bump
 @actions/githubfrom 6.0.0 to 6.0.1 by@dependabot[bot] in tj-actions/changed-files#2556- chore(deps-dev): bump
 @types/lodashfrom 4.17.16 to 4.17.17 by@dependabot[bot] in tj-actions/changed-files#2565- chore(deps): bump yaml from 2.7.1 to 2.8.0 by
 @dependabot[bot] in tj-actions/changed-files#2561- chore(deps-dev): bump ts-jest from 29.3.2 to 29.3.4 by
 @dependabot[bot] in tj-actions/changed-files#2563- chore(deps-dev): bump
 @types/nodefrom 22.15.17 to 22.15.21 by@dependabot[bot] in tj-actions/changed-files#2566- chore(deps): bump
 @octokit/restfrom 21.1.1 to 22.0.0 by@dependabot[bot] in tj-actions/changed-files#2568- chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
 @dependabot[bot] in tj-actions/changed-files#2564- chore: update build job to fail when there are uncommited changes by
 @jackton1in tj-actions/changed-files#2571- chore(deps-dev): bump
 @types/nodefrom 22.15.21 to 22.15.24 by@dependabot[bot] in tj-actions/changed-files#2572- docs: add Jellyfrog as a contributor for code, and doc by
 @allcontributors[bot] in tj-actions/changed-files#2573- Updated README.md by
 @github-actions[bot] in tj-actions/changed-files#2574- chore(deps-dev): bump
 @types/nodefrom 22.15.24 to 22.15.26 by@dependabot[bot] in tj-actions/changed-files#2576- chore(deps-dev): bump eslint-plugin-jest from 28.11.0 to 28.12.0 by
 @dependabot[bot] in tj-actions/changed-files#2575- chore(deps-dev): bump eslint-plugin-jest from 28.12.0 to 28.13.0 by
 @dependabot[bot] in tj-actions/changed-files#2583- chore(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 by
 @dependabot[bot] in tj-actions/changed-files#2589- docs: update link to glob patterns by
 @jackton1in tj-actions/changed-files#2590- Updated README.md by
 @github-actions[bot] in tj-actions/changed-files#2591- feat: add any_added to outputs by
 @Jellyfrogin tj-actions/changed-files#2567- chore(deps): bump github/codeql-action from 3.28.18 to 3.29.0 by
 @dependabot[bot] in tj-actions/changed-files#2588- Updated README.md by
 @github-actions[bot] in tj-actions/changed-files#2592- chore(deps-dev): bump eslint-plugin-jest from 28.13.0 to 28.13.3 by
 @dependabot[bot] in tj-actions/changed-files#2585- chore(deps-dev): bump eslint-plugin-prettier from 5.4.0 to 5.4.1 by
 @dependabot[bot] in tj-actions/changed-files#2578- chore(deps-dev): bump
 @types/nodefrom 22.15.26 to 24.0.1 by@dependabot[bot] in tj-actions/changed-files#2587- chore(deps-dev): bump eslint-plugin-jest from 28.13.5 to 29.0.1 by
 @dependabot[bot] in tj-actions/changed-files#2600- chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 by
 @dependabot[bot] in tj-actions/changed-files#2610- chore(deps-dev): bump
 @types/nodefrom 24.0.1 to 24.0.7 by@dependabot[bot] in tj-actions/changed-files#2609- chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 by
 @dependabot[bot] in tj-actions/changed-files#2608- chore(deps-dev): bump
 @types/lodashfrom 4.17.17 to 4.17.19 by@dependabot[bot] in tj-actions/changed-files#2605- chore(deps-dev): bump jest and
 @types/jestby@dependabot[bot] in tj-actions/changed-files#2604- chore(deps-dev): bump eslint-plugin-prettier from 5.4.1 to 5.5.1 by
 @dependabot[bot] in tj-actions/changed-files#2607- chore(deps-dev): bump jest from 30.0.3 to 30.0.4 by
 @dependabot[bot] in tj-actions/changed-files#2615- chore(deps-dev): bump
 @types/nodefrom 24.0.7 to 24.0.10 by@dependabot[bot] in tj-actions/changed-files#2614
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
Changelog
47.0.0 - (2025-09-13)
🚀 Features
➖ Remove
🔄 Update
- Updated README.md (#2592)
 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> (3dbc1e1) - (github-actions[bot])
- Updated README.md (#2591)
 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> (b1ccff8) - (github-actions[bot])
- Updated README.md (#2574)
 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users.noreply.github.com> (050a3d3) - (github-actions[bot])📚 Documentation
- Update link to glob patterns (#2590) (a892f50) - (Tonye Jack)
 - Add Jellyfrog as a contributor for code, and doc (#2573) (f000a9b) - (allcontributors[bot])
 🧪 Testing
⚙️ Miscellaneous Tasks
- deps-dev: Bump jest from 30.0.5 to 30.1.3 (#2655) (9a67555) - (dependabot[bot])
 - deps: Bump tj-actions/git-cliff from 2.1.0 to 2.2.0 (#2660) (b67e30d) - (dependabot[bot])
 - deps: Bump github/codeql-action from 3.30.2 to 3.30.3 (#2661) (62aef42) - (dependabot[bot])
 - deps: Bump github/codeql-action from 3.29.11 to 3.30.2 (#2659) (e874f3c) - (dependabot[bot])
 - deps: Bump actions/setup-node from 4.4.0 to 5.0.0 (#2656) (8c14441) - (dependabot[bot])
 - deps-dev: Bump
 @types/nodefrom 24.3.0 to 24.3.1 (#2657) (e995ac4) - (dependabot[bot])- deps-dev: Bump
 @types/nodefrom 24.2.1 to 24.3.0 (#2649) (3b04099) - (dependabot[bot])- deps: Bump github/codeql-action from 3.29.9 to 3.29.11 (#2651) (e7b6c97) - (dependabot[bot])
 - deps: Bump tj-actions/git-cliff from 2.0.2 to 2.1.0 (#2648) (765d62b) - (dependabot[bot])
 - deps: Bump github/codeql-action from 3.29.8 to 3.29.9 (#2647) (2036da1) - (dependabot[bot])
 - deps: Bump github/codeql-action from 3.29.7 to 3.29.8 (#2644) (239aef8) - (dependabot[bot])
 - deps-dev: Bump
 @types/nodefrom 24.2.0 to 24.2.1 (#2645) (a7d5f5f) - (dependabot[bot])- deps: Bump actions/checkout from 4.2.2 to 5.0.0 (#2646) (5107f3a) - (dependabot[bot])
 - deps-dev: Bump
 @types/nodefrom 24.1.0 to 24.2.0 (#2640) (f963b3f) - (dependabot[bot])- deps: Bump actions/download-artifact from 4.3.0 to 5.0.0 (#2641) (f956744) - (dependabot[bot])
 
... (truncated)
Commits
24d32ffupgrade: to node24 (#2662)9a67555chore(deps-dev): bump jest from 30.0.5 to 30.1.3 (#2655)b67e30dchore(deps): bump tj-actions/git-cliff from 2.1.0 to 2.2.0 (#2660)62aef42chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#2661)e874f3cchore(deps): bump github/codeql-action from 3.29.11 to 3.30.2 (#2659)8c14441chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#2656)e995ac4chore(deps-dev): bump@types/nodefrom 24.3.0 to 24.3.1 (#2657)3b04099chore(deps-dev): bump@types/nodefrom 24.2.1 to 24.3.0 (#2649)e7b6c97chore(deps): bump github/codeql-action from 3.29.9 to 3.29.11 (#2651)765d62bchore(deps): bump tj-actions/git-cliff from 2.0.2 to 2.1.0 (#2648)- Additional commits viewable in compare view
 
Updates aws-actions/configure-aws-credentials from 4.2.1 to 5.0.0
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
v5.0.0
5.0.0 (2025-09-03)
⚠ BREAKING CHANGES
- Cleanup input handling. Changes invalid boolean input behavior (see #1445)
 Features
- add skip OIDC option (#1458) (8c45f6b)
 - Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
 - support account id allowlist (#1456) (c4be498)
 v4.3.1
4.3.1 (2025-08-04)
Bug Fixes
v4.3.0
4.3.0 (2025-08-04)
NOTE: This release tag originally pointed to 59b441846ad109fa4a1549b73ef4e149c4bfb53b, but a critical bug was discovered shortly after publishing. We updated this tag to d0834ad3a60a024346910e522a81b0002bd37fea to prevent anyone using the 4.3.0 tag from encountering the bug, and we published 4.3.1 to allow workflows to auto update correctly.
Features
- dependency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
 - Optional environment variable output (c3b3ce6)
 Bug Fixes
- docs: readme samples versioning (5b3c895)
 - the wrong example region for China partition in README (37fe9a7)
 - properly set proxy environment variable (cbea708)
 Miscellaneous Chores
- release 4.3.0 (3f7c218)
 
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2025-09-03)
⚠ BREAKING CHANGES
- Cleanup input handling. Changes invalid boolean input behavior (see #1445)
 Features
- add skip OIDC option (#1458) (8c45f6b)
 - Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
 - support account id allowlist (#1456) (c4be498)
 4.3.1 (2025-08-04)
Bug Fixes
4.3.0 (2025-08-04)
Features
- depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
 - Optional environment variable output (c3b3ce6)
 Bug Fixes
- docs: readme samples versioning (5b3c895)
 - the wrong example region for China partition in README (37fe9a7)
 - properly set proxy environment variable (cbea708)
 Miscellaneous Chores
- release 4.3.0 (3f7c218)
 4.2.1 (2025-05-14)
Bug Fixes
- ensure explicit inputs take precedence over environment variables (e56e6c4)
 
... (truncated)
Commits
a03048dchore(main): release 5.0.0 (#1451)337f510chore: Fix markdown link formatting in README.md (#1466)f001d79chore: update README with versioning (#1465)cf5f2acchore: Update distb394bddchore(deps-dev): bump@aws-sdk/credential-provider-env(#1463)b632c0bchore(deps-dev): bump memfs from 4.38.1 to 4.38.2 (#1462)978e44achore: Update distc4be498feat: support account id allowlist (#1456)c5a43c3chore: Update dist8c45f6bfeat: add skip OIDC option (#1458)- Additional commits viewable in compare view
 
Updates actions/download-artifact from 4.3.0 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
 @nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
 @GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
 name: my-artifact→ extracted topath/(direct)- By ID:
 artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
 name: my-artifact→ extracted topath/(unchanged)- By ID:
 artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
 - You download multiple artifacts by ID
 - You already use
 merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
 
Updates codecov/codecov-action from 5.4.3 to 5.5.1
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.1
What's Changed
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
 @dependabot[bot] in codecov/codecov-action#1833- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
 @dependabot[bot] in codecov/codecov-action#1861- Document a
 codecov-cliversion reference example by@webknjazin codecov/codecov-action#1774- docs: fix typo in README by
 @datalaterin codecov/codecov-action#1866- fix: update to use local app/ dir by
 @thomasrockhu-codecovin codecov/codecov-action#1872- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
 @dependabot[bot] in codecov/codecov-action#1867- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
 @dependabot[bot] in codecov/codecov-action#1868- fix: overwrite pr number on fork by
 @thomasrockhu-codecovin codecov/codecov-action#1871- chore(release): 5.5.1 by
 @thomasrockhu-codecovin codecov/codecov-action#1873New Contributors
@datalatermade their first contribution in codecov/codecov-action#1866Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0...v5.5.1
v5.5.0
What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
 @dependabot[bot] in codecov/codecov-action#1829- docs: Refine OIDC docs by
 @spalmurrayin codecov/codecov-action#1837- fix: Typo in README by
 @spalmurrayin codecov/codecov-action#1838- fix: check reqs exist by
 @joseph-sentryin codecov/codecov-action#1835- Pin actions/github-script by Git SHA by
 @martincostelloin codecov/codecov-action#1859- feat: upgrade wrapper to 0.2.4 by
 @jviallin codecov/codecov-action#1864- chore(release): 5.5.0 by
 @thomasrockhu-codecovin codecov...Description has been truncated
Pull Request Statistics
1
35
+89
-89
Package Dependencies
actions/download-artifact
                  actions
4.3.0 → 5.0.0
                    Major
actions
4.2.1 → 5.0.0
                    Major
tj-actions/changed-files
                  actions
46.0.5 → 47.0.0
                    Major
zephyrproject-rtos/action-manifest
                  actions
1.9.1 → 2.0.0
                    Major
actions
1.0.7 → 1.0.8
                    Patch
Technical Details
| ID: | 7747383 | 
            
| UUID: | 2828181470 | 
            
| Node ID: | PR_kwDOMW7Gi86okp_e | 
            
| Host: | GitHub | 
| Repository: | nxp-zephyr/nxp-zephyr | 
| Mergeable: | Yes | 
| Merge State: | Clean | 
| Rebaseable: | Yes |