ci: github: bump the actions-deps group across 1 directory with 12 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(6 months ago)
(6 months ago)
dependencies github_actions
Bumps the actions-deps group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 3 |
4 |
| actions/setup-python | 5.4.0 |
5.6.0 |
| EnricoMi/publish-unit-test-result-action | 2.18.0 |
2.19.0 |
| tj-actions/changed-files | 46.0.3 |
46.0.5 |
| aws-actions/configure-aws-credentials | 4.1.0 |
4.2.1 |
| actions/download-artifact | 4.2.1 |
4.3.0 |
| codecov/codecov-action | 5.4.0 |
5.4.3 |
| github/codeql-action | 3.28.13 |
3.28.18 |
| zephyrproject-rtos/action-zephyr-setup | 1.0.6 |
1.0.7 |
| carpentries/actions | 0.14.0 |
0.15.0 |
| zephyrproject-rtos/action-manifest | 1.7.0 |
1.8.0 |
| zgosalvez/github-actions-ensure-sha-pinned-actions | 3.0.23 |
3.0.25 |
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
Updates actions/setup-python from 5.4.0 to 5.6.0
Release notes
Sourced from actions/setup-python's releases.
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.Dependency updates:
- Upgrade
@vercel/nccfrom 0.38.1 to 0.38.3 by@dependabotin actions/setup-python#1016- Upgrade
@actions/globfrom 0.4.0 to 0.5.0 by@dependabotin actions/setup-python#1015New Contributors
@colesburymade their first contribution in actions/setup-python#973@mahabaleshwarsmade their first contribution in actions/setup-python#1043Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.5.0
Commits
a26af69Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1Bump semver and@types/semver(#1091)6ed2c67Fix for Candidate Not Iterable Error (#1082)e348410Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)8d9ed9aAdd e2e Testing for free threaded and Bump@action/cachefrom 4.0.0 to 4.0.3 ...19e4675Add support for .tool-versions file in setup-python (#1043)6fd11e1Bump@actions/globfrom 0.4.0 to 0.5.0 (#1015)9e62be8Support free threaded Python versions like '3.13t' (#973)6ca8e85Bump@vercel/nccfrom 0.38.1 to 0.38.3 (#1016)- Additional commits viewable in compare view
Updates EnricoMi/publish-unit-test-result-action from 2.18.0 to 2.19.0
Release notes
Sourced from EnricoMi/publish-unit-test-result-action's releases.
v2.19.0
Adds the following improvements:
Commits
afb2984Releasing v2.19.0a197a47Add option to verify SSL/TLS connection (#638)e2824a5Add composite replacement toREADME.md(#647)6cc8c3cQuote$PYTHON_BINin deprecated composite action (#646)11089dfFix YAML syntax in README.md94749bdAdd Windows 2025 to CI (#642)ab75628Remove macos-12 from CI0bce8a1Ignore failure offlaky vulnerability scan- See full diff in compare view
Updates tj-actions/changed-files from 46.0.3 to 46.0.5
Release notes
Sourced from tj-actions/changed-files's releases.
v46.0.5
What's Changed
- Upgraded to v46.0.4 by
@github-actionsin tj-actions/changed-files#2511- chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 by
@dependabotin tj-actions/changed-files#2523- chore(deps): bump tj-actions/branch-names from 8.0.1 to 8.1.0 by
@dependabotin tj-actions/changed-files#2521- chore(deps): bump github/codeql-action from 3.28.12 to 3.28.15 by
@dependabotin tj-actions/changed-files#2530- chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 by
@dependabotin tj-actions/changed-files#2518- chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 by
@dependabotin tj-actions/changed-files#2519- chore(deps-dev): bump
@types/nodefrom 22.13.11 to 22.14.0 by@dependabotin tj-actions/changed-files#2517- chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 by
@dependabotin tj-actions/changed-files#2516- chore(deps): bump yaml from 2.7.0 to 2.7.1 by
@dependabotin tj-actions/changed-files#2520Full Changelog: https://github.com/tj-actions/changed-files/compare/v46...v46.0.5
v46.0.4
What's Changed
- Upgraded to v46.0.3 by
@github-actionsin tj-actions/changed-files#2506- docs: update readme by
@jackton1in tj-actions/changed-files#2508- fix: bug modified_keys and changed_key outputs not set when no changes detected by
@jackton1in tj-actions/changed-files#2509Full Changelog: https://github.com/tj-actions/changed-files/compare/v46...v46.0.4
Changelog
Sourced from tj-actions/changed-files's changelog.
Changelog
46.0.5 - (2025-04-09)
⚙️ Miscellaneous Tasks
- deps: Bump yaml from 2.7.0 to 2.7.1 (#2520) (ed68ef8) - (dependabot[bot])
- deps-dev: Bump typescript from 5.8.2 to 5.8.3 (#2516) (a7bc14b) - (dependabot[bot])
- deps-dev: Bump
@types/nodefrom 22.13.11 to 22.14.0 (#2517) (3d751f6) - (dependabot[bot])- deps-dev: Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519) (e2fda4e) - (dependabot[bot])
- deps-dev: Bump ts-jest from 29.2.6 to 29.3.1 (#2518) (0bed1b1) - (dependabot[bot])
- deps: Bump github/codeql-action from 3.28.12 to 3.28.15 (#2530) (6802458) - (dependabot[bot])
- deps: Bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#2521) (cf2e39e) - (dependabot[bot])
- deps: Bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#2523) (6abeaa5) - (dependabot[bot])
⬆️ Upgrades
- Upgraded to v46.0.4 (#2511)
Co-authored-by: github-actions[bot] (6f67ee9) - (github-actions[bot])
46.0.4 - (2025-04-03)
🐛 Bug Fixes
- Bug modified_keys and changed_key outputs not set when no changes detected (#2509) (6cb76d0) - (Tonye Jack)
📚 Documentation
⬆️ Upgrades
- Upgraded to v46.0.3 (#2506)
Co-authored-by: github-actions[bot] Co-authored-by: Tonye Jack jtonye@ymail.com (27ae6b3) - (github-actions[bot])
46.0.3 - (2025-03-23)
🔄 Update
- Updated README.md (#2501)
Co-authored-by: github-actions[bot] (41e0de5) - (github-actions[bot])
- Updated README.md (#2499)
Co-authored-by: github-actions[bot] (9457878) - (github-actions[bot])
📚 Documentation
... (truncated)
Commits
ed68ef8chore(deps): bump yaml from 2.7.0 to 2.7.1 (#2520)a7bc14bchore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#2516)3d751f6chore(deps-dev): bump@types/nodefrom 22.13.11 to 22.14.0 (#2517)e2fda4echore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519)0bed1b1chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 (#2518)6802458chore(deps): bump github/codeql-action from 3.28.12 to 3.28.15 (#2530)cf2e39echore(deps): bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#2521)6abeaa5chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#2523)6f67ee9Upgraded to v46.0.4 (#2511)6cb76d0fix: bug modified_keys and changed_key outputs not set when no changes detect...- Additional commits viewable in compare view
Updates aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
v4.2.1
4.2.1 (2025-05-14)
Bug Fixes
- ensure explicit inputs take precedence over environment variables (e56e6c4)
- prioritize explicit inputs over environment variables (df9c8fe)
v4.2.0
4.2.0 (2025-05-06)
Features
- add Expiration field to Outputs (a4f3267)
- Document role-duration-seconds range (5a0cf01)
- support action inputs as environment variables (#1338) (2c168ad)
Bug Fixes
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.
4.2.1 (2025-05-14)
Bug Fixes
- ensure explicit inputs take precedence over environment variables (e56e6c4)
- prioritize explicit inputs over environment variables (df9c8fe)
4.2.0 (2025-05-06)
Features
- add Expiration field to Outputs (a4f3267)
- Document role-duration-seconds range (5a0cf01)
- support action inputs as environment variables (#1338) (2c168ad)
Bug Fixes
- make sure action builds, also fix dependabot autoapprove (c401b8a)
- role chaning on mulitple runs (#1340) (9e38641)
4.1.0 (2025-02-08)
Features
Bug Fixes
- build failure due to tests (#1283) (134d71e)
- Dependabot autoapprove (#1284) (b9ee51d)
- Dependabot autoapprove id-token write permission (#1285) (f0af89b)
- typo (#1281) (39fd91c)
4.0.3 (2025-01-27)
Features
- added release-please action config (0f88004)
... (truncated)
Commits
b475783chore(main): release 4.2.1 (#1356)e56e6c4Merge pull request #1355 from hozzer/mainc0573b2update distdf9c8fefix: prioritize explicit inputs over environment variablese7aeb52chore: Update dist5188626chore(deps): bump@aws-sdk/client-stsfrom 3.803.0 to 3.808.0 (#1353)a7d7b78chore: Update diste10de4cchore(deps-dev): bump@aws-sdk/credential-provider-env(#1352)85f7c4cchore(deps-dev): bump@types/nodefrom 22.15.11 to 22.15.17 (#1351)f24d719Merge pull request #1331 from aws-actions/release-please--branches--main--com...- Additional commits viewable in compare view
Updates actions/download-artifact from 4.2.1 to 4.3.0
Release notes
Sourced from actions/download-artifact's releases.
v4.3.0
What's Changed
- feat: implement new
artifact-idsinput by@GrantBirkiin actions/download-artifact#401- Fix workflow example for downloading by artifact ID by
@joshmgrossin actions/download-artifact#402- Prep for v4.3.0 release by
@robherleyin actions/download-artifact#404New Contributors
@GrantBirkimade their first contribution in actions/download-artifact#401Full Changelog: https://github.com/actions/download-artifact/compare/v4.2.1...v4.3.0
Commits
d3f86a1Merge pull request #404 from actions/robherley/v4.3.0fc02353prep for v4.3.0 release7745437Merge pull request #402 from actions/joshmgross/download-by-id-example84fc7a0Remove path filters from Check dist workflow67f2bc3Fix workflow example for downloading by artifact ID8ea3c2cMerge pull request #401 from actions/download-by-idd219c63add supporting unit tests for artifact downloads with ids54124fbrevertgetArtifact()changes - for now we have to list and filter by artifa...b83057bbundle171183cuse the sameartifactClient.getArtifactstructure as seen above in `isSingl...- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.0 to 5.4.3
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
v5.4.2
What's Changed
- fix: hotfix oidc by
@thomasrockhu-codecovin codecov/codecov-action#1813Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2
v5.4.1
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- chore(release): 5.4.1 by
@thomasrockhu-codecovin codecov/codecov-action#1810Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1
v5.4.1-beta
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1-beta
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
... (truncated)
Commits
18283e0chore(release): 5.4.3 (#1827)525fcbfbuild(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00fix: OIDC on forks (#1823)ad3126efix: hotfix oidc (#1813)cf3f51achore(release): 5.4.1 (#1810)e4cdabafix: use the github core methods (#1807)f95a404build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5echore(release): wrapper -0.2.1 (#1788)- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.13 to 3.28.18
Release notes
Sourced from github/codeql-action's releases.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #2891See the full CHANGELOG.md for more information.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
See the full CHANGELOG.md for more information.
v3.28.16
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
See the full CHANGELOG.md for more information.
v3.28.15
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
See the full CHANGELOG.md for more information.
v3.28.14
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
... (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.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADSandCODEQL_RAMrunner environment variables. If set, these environment variables override thethreadsandraminputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
... (truncated)
Commits
ff0a06eMerge pull request #2896 from github/update-v3.28.18-b86edfc27a41e084Update changelog for v3.28.18b86edfcMerge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3e93b900Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3510dfa3Merge pull request ...Description has been truncated
Pull Request Statistics
1
30
+55
-55
Package Dependencies
github/codeql-action
actions
3.28.13 → 3.28.18
Patch
actions/download-artifact
actions
4.2.1 → 4.3.0
Minor
actions
4.1.0 → 4.2.1
Minor
tj-actions/changed-files
actions
46.0.3 → 46.0.5
Patch
actions
3.0.23 → 3.0.25
Patch
actions
2.18.0 → 2.19.0
Minor
zephyrproject-rtos/action-manifest
actions
1.7.0 → 1.8.0
Minor
actions
1.0.6 → 1.0.7
Patch
Technical Details
| ID: | 456324 |
| UUID: | 2528310306 |
| Node ID: | PR_kwDOByvnGs6WsvQi |
| Host: | GitHub |
| Repository: | nrfconnect/sdk-zephyr |
| Merge State: | Unknown |