-
Notifications
You must be signed in to change notification settings - Fork 716
ci: github: bump the actions-deps group with 11 updates #2855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
4,191
commits into
main
from
dependabot/github_actions/actions-deps-4144218908
Closed
ci: github: bump the actions-deps group with 11 updates #2855
dependabot
wants to merge
4,191
commits into
main
from
dependabot/github_actions/actions-deps-4144218908
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n NCS dir" This reverts commit 95f5086. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit cdc76c1. Signed-off-by: Johann Fischer <[email protected]>
…xt-flash DT" This reverts commit b309d29. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 332dd9e. Signed-off-by: Johann Fischer <[email protected]>
…rds" This reverts commit 0aec2f2. Signed-off-by: Johann Fischer <[email protected]>
…xt-flash" This reverts commit cb87e13. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 7716480. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit bbb5ec0. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6a76af1. Signed-off-by: Johann Fischer <[email protected]>
…UBoot" This reverts commit 71ba9b7. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit d3f5407. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 17b5fab. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 4c864a3. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 02eb16b. Signed-off-by: Johann Fischer <[email protected]>
…ching" This reverts commit 360d107. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit a4bd5a4. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 6692263. Signed-off-by: Johann Fischer <[email protected]>
… overlay" This reverts commit 5336bb3. Signed-off-by: Johann Fischer <[email protected]>
…LTIN info" This reverts commit 7349c61. Signed-off-by: Johann Fischer <[email protected]>
…PARTITION_MANAGER" This reverts commit deb2aa8. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit f1cb6df. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 584c022. Signed-off-by: Johann Fischer <[email protected]>
…NABLED" This reverts commit 0935cf2. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 3191308. Signed-off-by: Johann Fischer <[email protected]>
…NO=n" This reverts commit 7c789f5. Signed-off-by: Johann Fischer <[email protected]>
… config" This reverts commit 5fffb08. Signed-off-by: Johann Fischer <[email protected]>
…age config" This reverts commit e3b083e. Signed-off-by: Johann Fischer <[email protected]>
…er happy" This reverts commit d7c8b1a. Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 42168a2. Signed-off-by: Johann Fischer <[email protected]>
…ion" This reverts commit c095144. Signed-off-by: Johann Fischer <[email protected]>
…pdate service Add a sample demonstrating how to use the IRONside update service to update the IRONside SE firmware on the nrf54h20dk/nrf54h20/cpuapp/iron board. Upstream PR #: 89333 Co-authored-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit a23ecf423aee9564de4972ee6f849f3a98670e2d)
…o 26 The tx-en-settle-time-us is set to 26 to take into account the time needed for the RF output power rise time of the nRF5 SoC. Signed-off-by: Andrzej Kuros <[email protected]> (cherry picked from commit 024deb4)
…XTO during restart Some SoCs generates unexpected RXTO event during restart. Restart happens when ENDRX_STARTRX short is enabled and STOPRX is triggered (via short or by CPU). STOPRX starts closing procedure and ENDRX event is generated at some point which triggers STARTRX and closing procedure is interrupted. RXTO should not be triggered in that case. Due to internal timings some SoC on fast UARTE instance will trigger RXTO followed by RXSTARTED. This RXTO event shall be cleared as receiver is actually restarted and not stopped. Affected SoC is not in tree so Kconfig is added which enables the workaround. Upstream PR #: 88935 Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 2742e46)
Pull in zephyrproject-rtos/hal_nordic#292. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit c5033a2)
…, not select Turn the MBEDTLS_RSA_FULL selects into depends on. This is how the other MBEDTLS_KEY_EXCHANGE_* Kconfig options are defined. This is done to avoid circular dependencies. At the same time update uses of the affected MBEDTLS_KEY_EXCHANGE_* Kconfig options to enable/disable the dependencies which used to be automatically handled. Upstream PR #: 89200 Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit deacfa35eb7bd9d2731ef7f16aedc9b14d1cc3b7)
Update the casting of the 'attr' parameter in pthread_cond_init to use the correct variable name 'att'. Thanks clang for spotting the typo. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit f412cc6)
Fix ethernet_hw_caps initialization in ethernet.h for strict type checking. g++-12: include/zephyr/net/ethernet.h:957:38: error: invalid \ conversion from 'int' to 'ethernet_hw_caps' [-fpermissive] Signed-off-by: Daniel Nicoletti <[email protected]> (cherry picked from commit b4f940d)
…for ZLL BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for other controllers. Upstream PR #: 89249 Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
…TO_PRNG PSA Crypto API always allow psa_generate_random() to be called (i.e. there is no PSA_WANT_xxx symbol that can be used to disable it). How random numbers are generated internally is a library internal detail, but the end user (Bluetooth) does not need to worry about this. Signed-off-by: Valerio Setti <[email protected]> (cherry picked from commit 52dcb25)
Replace `CONFIG_NET_L2_IEEE802154` with `CONFIG_NET_L2_PHY_IEEE802154` as `NET_LINK_ADDR_MAX_LENGTH` should be set to `8` for all IEEE 802.15.4 based L2, e.g. OpenThread. Signed-off-by: Adrian Gielniewski <[email protected]> (cherry picked from commit 39e051f)
…ning Theoretically (if either `height` or `width` in `config` is set to 0), the `ret` variable might be returned from `st7567_clear()` without being initialized. Add initialization of this variable to avoid compiler warnings. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit fee8edd)
…culations. Code responsible for internal capacitor values containted leftover workarounds in the calculations after PS update. Removed redundant conversions and cleaned up both code and comments to align both LFXO and HFXO calculation. Signed-off-by: Michał Stasiak <[email protected]> (cherry picked from commit 63f2fe9)
Adopt to proper Path usage for nrf modules Updated for upmerge. nrf-squash! [nrf noup] ci: set `ZEPHYR_<MODULE_NAME>_KCONFIG` for NCS modules Signed-off-by: Carles Cufi <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]>
Remove CONFIG_PINCTRL. nrf-squash! [nrf noup] boards: nordic: nrf7002dk: Bring back NS variants Signed-off-by: Johann Fischer <[email protected]>
…t_config The nRF GPIO hardware does not store the initial output value set resulting from gpio_pin_configure() and thus, when gpio_get_config() is used, the initial value is not returned. This commit just reads the output value and sets the INIT value to match in gpio_get_config(). Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 0826996)
nRF7120 PDK support that uses IPC as comms b/w APP and Wi-Fi domains. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 3953bb9)
Set static or random MAC before calling net_linkaddr_set(). Signed-off-by: Seppo Takalo <[email protected]> (cherry picked from commit 673853a)
This reverts commit 5386a64. Issue is no longer relevant. Simplify use of board by restoring enabling secure ipc by default. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 89ba317)
Bumps the actions-deps group with 11 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `5.6.0` | | [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) | `2.18.0` | `2.19.0` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `46.0.3` | `46.0.5` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.1.0` | `4.2.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.0` | `5.4.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.13` | `3.28.17` | | [carpentries/actions](https://github.com/carpentries/actions) | `0.14.0` | `0.15.0` | | [zephyrproject-rtos/action-manifest](https://github.com/zephyrproject-rtos/action-manifest) | `1.7.0` | `1.8.0` | | [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `3.0.23` | `3.0.24` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 5.4.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...a26af69) Updates `EnricoMi/publish-unit-test-result-action` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@170bf24...afb2984) Updates `tj-actions/changed-files` from 46.0.3 to 46.0.5 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@823fceb...ed68ef8) Updates `aws-actions/configure-aws-credentials` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@ececac1...f24d719) Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) Updates `github/codeql-action` from 3.28.13 to 3.28.17 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b549b9...60168ef) Updates `carpentries/actions` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/carpentries/actions/releases) - [Commits](carpentries/actions@e27aa6c...2e20fd5) Updates `zephyrproject-rtos/action-manifest` from 1.7.0 to 1.8.0 - [Commits](zephyrproject-rtos/action-manifest@cb8f6fb...1dab8ef) Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.23 to 3.0.24 - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@4830be2...2d6823d) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: EnricoMi/publish-unit-test-result-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: tj-actions/changed-files dependency-version: 46.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: carpentries/actions dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: zephyrproject-rtos/action-manifest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-version: 3.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
none Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
external
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the actions-deps group with 11 updates:
3
4
5.4.0
5.6.0
2.18.0
2.19.0
46.0.3
46.0.5
4.1.0
4.2.0
4.2.1
4.3.0
5.4.0
5.4.2
3.28.13
3.28.17
0.14.0
0.15.0
1.7.0
1.8.0
3.0.23
3.0.24
Updates
actions/checkout
from 3 to 4Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package (#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943
Add Ref and Commit outputs (#1180)Updates
actions/setup-python
from 5.4.0 to 5.6.0Release notes
Sourced from actions/setup-python's releases.
Commits
a26af69
Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9
Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1
Bump semver and@types/semver
(#1091)6ed2c67
Fix for Candidate Not Iterable Error (#1082)e348410
Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)8d9ed9a
Add e2e Testing for free threaded and Bump@action/cache
from 4.0.0 to 4.0.3 ...19e4675
Add support for .tool-versions file in setup-python (#1043)6fd11e1
Bump@actions/glob
from 0.4.0 to 0.5.0 (#1015)9e62be8
Support free threaded Python versions like '3.13t' (#973)6ca8e85
Bump@vercel/ncc
from 0.38.1 to 0.38.3 (#1016)Updates
EnricoMi/publish-unit-test-result-action
from 2.18.0 to 2.19.0Release notes
Sourced from EnricoMi/publish-unit-test-result-action's releases.
Commits
afb2984
Releasing v2.19.0a197a47
Add option to verify SSL/TLS connection (#638)e2824a5
Add composite replacement toREADME.md
(#647)6cc8c3c
Quote$PYTHON_BIN
in deprecated composite action (#646)11089df
Fix YAML syntax in README.md94749bd
Add Windows 2025 to CI (#642)ab75628
Remove macos-12 from CI0bce8a1
Ignore failure offlaky vulnerability scanUpdates
tj-actions/changed-files
from 46.0.3 to 46.0.5Release notes
Sourced from tj-actions/changed-files's releases.
Changelog
Sourced from tj-actions/changed-files's changelog.
... (truncated)
Commits
ed68ef8
chore(deps): bump yaml from 2.7.0 to 2.7.1 (#2520)a7bc14b
chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#2516)3d751f6
chore(deps-dev): bump@types/node
from 22.13.11 to 22.14.0 (#2517)e2fda4e
chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519)0bed1b1
chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 (#2518)6802458
chore(deps): bump github/codeql-action from 3.28.12 to 3.28.15 (#2530)cf2e39e
chore(deps): bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#2521)6abeaa5
chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#2523)6f67ee9
Upgraded to v46.0.4 (#2511)6cb76d0
fix: bug modified_keys and changed_key outputs not set when no changes detect...Updates
aws-actions/configure-aws-credentials
from 4.1.0 to 4.2.0Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
... (truncated)
Commits
f24d719
Merge pull request #1331 from aws-actions/release-please--branches--main--com...f6095d9
Merge branch 'main' into release-please--branches--main--components--configur...df1fa04
chore(deps-dev): bump memfs from 4.17.0 to 4.17.1 (#1348)1c39738
chore(deps-dev): bump@types/node
from 22.15.3 to 22.15.11 (#1345)21e0c4b
chore(main): release 4.2.0b0f2baf
chore: Update dist4320d1b
chore(deps): bump@aws-sdk/client-sts
from 3.798.0 to 3.803.0 (#1346)5d1959c
chore(deps): bump vite from 6.3.2 to 6.3.4 (#1344)3ecfae8
chore: Update dist2f26d75
chore(deps): bump@aws-sdk/client-sts
from 3.787.0 to 3.798.0 (#1342)Updates
actions/download-artifact
from 4.2.1 to 4.3.0Release notes
Sourced from actions/download-artifact's releases.
Commits
d3f86a1
Merge pull request #404 from actions/robherley/v4.3.0fc02353
prep for v4.3.0 release7745437
Merge pull request #402 from actions/joshmgross/download-by-id-example84fc7a0
Remove path filters from Check dist workflow67f2bc3
Fix workflow example for downloading by artifact ID8ea3c2c
Merge pull request #401 from actions/download-by-idd219c63
add supporting unit tests for artifact downloads with ids54124fb
revertgetArtifact()
changes - for now we have to list and filter by artifa...b83057b
bundle171183c
use the sameartifactClient.getArtifact
structure as seen above in `isSingl...Updates
codecov/codecov-action
from 5.4.0 to 5.4.2Release notes
Sourced from codecov/codecov-action's releases.
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
ad3126e
fix: hotfix oidc (#1813)cf3f51a
chore(release): 5.4.1 (#1810)e4cdaba
fix: use the github core methods (#1807)f95a404
build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328
build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5e
chore(release): wrapper -0.2.1 (#1788)cd4e7cf
build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 (#1786)Updates
github/codeql-action
from 3.28.13 to 3.28.17Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
60168ef
Merge pull request #2886 from github/update-v3.28.17-97a2bfd2a0d5a311
Update changelog for v3.28.1797a2bfd
Merge pull request #2872 from github/update-bundle/codeql-bundle-v2.21.29aba20e
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.281a9508
Merge pull request #2876 from github/henrymercer/fix-diff-informed-multiple-a...1569f4c
Disable diff-informed queries in code scanning config tests62fbeb6
Merge branch 'main' into henrymercer/fix-diff-informed-multiple-analyzef122d1d
Address test failures from computing temporary directory too early083772a
Do not fail diff informed analyses whenanalyze
is run twice in the same job5db14d0
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.2Updates
carpentries/actions
from 0.14.0 to 0.15.0Release notes
Sourced from carpentries/actions's releases.