Skip to content

Commit ce8aac5

Browse files
authored
Merge branch 'main' into add_rt700_support_usdhc
2 parents ee6469d + 94a6c1f commit ce8aac5

File tree

2,478 files changed

+77279
-15173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,478 files changed

+77279
-15173
lines changed

.github/workflows/bsim-tests-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- name: Download artifacts
22-
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
22+
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
2323
with:
2424
run_id: ${{ github.event.workflow_run.id }}
2525

2626
- name: Publish BabbleSim Test Results
27-
uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
27+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
2828
with:
2929
check_name: BabbleSim Test Results
3030
comment_mode: off

.github/workflows/bsim-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "tests/bsim/**"
1111
- "boards/nordic/nrf5*/*dt*"
1212
- "dts/*/nordic/**"
13-
- "tests/bluetooth/common/testlib/**"
13+
- "tests/bluetooth/**"
1414
- "samples/bluetooth/**"
1515
- "boards/native/**"
1616
- "soc/native/**"
@@ -123,7 +123,7 @@ jobs:
123123
files: |
124124
samples/bluetooth/
125125
subsys/bluetooth/
126-
tests/bluetooth/common/testlib/
126+
tests/bluetooth/
127127
tests/bsim/bluetooth/
128128
129129
- name: Check if Networking files changed
@@ -193,7 +193,7 @@ jobs:
193193
junit.html
194194
195195
- name: Publish Unit Test Results
196-
uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
196+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
197197
with:
198198
check_name: Bsim Test Results
199199
files: "junit.xml"

.github/workflows/bug_snapshot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
workflow_dispatch:
1111
branches: [main]
1212
schedule:
13-
# Run daily at 14:05
14-
- cron: '5 14 * * *'
13+
# Run daily at 00:05
14+
- cron: '5 00 * * *'
1515

1616
permissions:
1717
contents: read
@@ -52,7 +52,7 @@ jobs:
5252
echo "BUGS_PICKLE_PATH=${BUGS_PICKLE_PATH}" >> ${GITHUB_ENV}
5353
5454
- name: Configure AWS Credentials
55-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
55+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
5656
with:
5757
aws-access-key-id: ${{ vars.AWS_BUILDS_ZEPHYR_BUG_SNAPSHOT_ACCESS_KEY_ID }}
5858
aws-secret-access-key: ${{ secrets.AWS_BUILDS_ZEPHYR_BUG_SNAPSHOT_SECRET_ACCESS_KEY }}

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
junit-clang.html
173173
174174
- name: Publish Unit Test Results
175-
uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
175+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
176176
if: always()
177177
with:
178178
check_name: Unit Test Results

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Upload coverage to Codecov
234234
if: always()
235-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
235+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
236236
with:
237237
env_vars: OS,PYTHON
238238
fail_ci_if_error: false

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- v*-branch
88
- collab-*
99
schedule:
10-
- cron: '34 16 * * 3'
10+
- cron: '34 16 * * 6'
1111
pull_request:
1212
branches:
1313
- main
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
42+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
@@ -53,6 +53,6 @@ jobs:
5353
exit 0
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
56+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
5757
with:
5858
category: "/language:${{matrix.language}}"

.github/workflows/daily_test_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Configure AWS Credentials
23-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
23+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
2424
with:
2525
aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
2626
aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}

.github/workflows/devicetree_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
python-version: ['3.10', '3.11', '3.12', '3.13']
32+
python-version: ['3.12', '3.13']
3333
os: [ubuntu-22.04, macos-14, windows-2022]
3434
steps:
3535
- name: checkout

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cache-dependency-path: doc/requirements.txt
109109

110110
- name: Setup Zephyr project
111-
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
111+
uses: zephyrproject-rtos/action-zephyr-setup@b2453c72966ee67b1433be22b250348d48283286 # v1.0.7
112112
with:
113113
app-path: zephyr
114114
toolchains: 'all'
@@ -226,7 +226,7 @@ jobs:
226226
echo "/opt/doxygen-${DOXYGEN_VERSION}/bin" >> $GITHUB_PATH
227227
228228
- name: Setup Zephyr project
229-
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
229+
uses: zephyrproject-rtos/action-zephyr-setup@b2453c72966ee67b1433be22b250348d48283286 # v1.0.7
230230
with:
231231
app-path: zephyr
232232
toolchains: 'arm-zephyr-eabi'

.github/workflows/doc-publish-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Download artifacts
2727
id: download-artifacts
28-
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
28+
uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
2929
with:
3030
workflow: doc-build.yml
3131
run_id: ${{ github.event.workflow_run.id }}
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Configure AWS Credentials
6868
if: steps.download-artifacts.outputs.found_artifact == 'true'
69-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
69+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
7070
with:
7171
aws-access-key-id: ${{ vars.AWS_BUILDS_ZEPHYR_PR_ACCESS_KEY_ID }}
7272
aws-secret-access-key: ${{ secrets.AWS_BUILDS_ZEPHYR_PR_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)