From 161259626634be08d8da518610f37751a01aa941 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 22 Jun 2023 19:11:50 -0400 Subject: [PATCH] Moving to 1.3.0 (#27422) --- .github/workflows/bloat_check.yaml | 2 +- .github/workflows/build.yaml | 20 +++++++++---------- .github/workflows/chef.yaml | 12 +++++------ .github/workflows/cirque.yaml | 6 +++--- .github/workflows/darwin-tests.yaml | 4 ++-- .github/workflows/darwin.yaml | 4 ++-- .github/workflows/docker_img.yaml | 2 +- .github/workflows/examples-ameba.yaml | 4 ++-- .github/workflows/examples-asr.yaml | 4 ++-- .github/workflows/examples-bouffalolab.yaml | 4 ++-- .../workflows/examples-cc13x2x7_26x2x7.yaml | 4 ++-- .github/workflows/examples-cc32xx.yaml | 4 ++-- .github/workflows/examples-efr32.yaml | 4 ++-- .github/workflows/examples-esp32.yaml | 8 ++++---- .github/workflows/examples-infineon.yaml | 4 ++-- .github/workflows/examples-k32w.yaml | 4 ++-- .github/workflows/examples-linux-arm.yaml | 4 ++-- .github/workflows/examples-linux-imx.yaml | 4 ++-- .../workflows/examples-linux-standalone.yaml | 4 ++-- .github/workflows/examples-mbed.yaml | 4 ++-- .github/workflows/examples-mw320.yaml | 4 ++-- .github/workflows/examples-nrfconnect.yaml | 4 ++-- .github/workflows/examples-openiotsdk.yaml | 4 ++-- .github/workflows/examples-qpg.yaml | 4 ++-- .github/workflows/examples-telink.yaml | 4 ++-- .github/workflows/examples-tizen.yaml | 4 ++-- .github/workflows/full-android.yaml | 4 ++-- .github/workflows/fuzzing-build.yaml | 8 ++++---- .github/workflows/java-tests.yaml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/qemu.yaml | 8 ++++---- .github/workflows/release_artifacts.yaml | 8 ++++---- .github/workflows/smoketest-android.yaml | 4 ++-- .github/workflows/spell.yml | 4 ++-- .github/workflows/tests.yaml | 12 +++++------ .github/workflows/todos.yaml | 2 +- .github/workflows/unit_integration_test.yaml | 2 +- .github/workflows/zap_regeneration.yaml | 4 ++-- .github/workflows/zap_templates.yaml | 4 ++-- examples/chef/README.md | 2 +- .../docker/images/chip-build/Dockerfile | 2 +- 41 files changed, 100 insertions(+), 100 deletions(-) diff --git a/.github/workflows/bloat_check.yaml b/.github/workflows/bloat_check.yaml index 814403ff3a0d3c..33651d52198a01 100644 --- a/.github/workflows/bloat_check.yaml +++ b/.github/workflows/bloat_check.yaml @@ -36,7 +36,7 @@ jobs: image: connectedhomeip/chip-build:0.7.3 steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95c51a8668785b..9ce13ca841aa0b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,7 +53,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -69,7 +69,7 @@ jobs: mkdir /tmp/cores || true sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -169,7 +169,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -190,7 +190,7 @@ jobs: mkdir /tmp/cores || true sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -345,7 +345,7 @@ jobs: env: CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} run: echo "$CONCURRENCY_CONTEXT" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -356,7 +356,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -400,7 +400,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -419,7 +419,7 @@ jobs: run: | mkdir -p ~/Library/Logs/DiagnosticReports || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -512,7 +512,7 @@ jobs: net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -523,7 +523,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 431c4a2094548e..7577a74d195605 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -39,7 +39,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -49,7 +49,7 @@ jobs: attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -79,7 +79,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -89,7 +89,7 @@ jobs: attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -119,7 +119,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -129,7 +129,7 @@ jobs: attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index 680c246e644654..609633e22527b2 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -54,7 +54,7 @@ jobs: # options: "--privileged" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -65,7 +65,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -90,7 +90,7 @@ jobs: - name: Get Cirque Bootstrap cache key id: cirque-bootstrap-cache-key run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Cirque Bootstrap cache if: ${{ !env.ACT }} timeout-minutes: 20 diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index ec37ef972e3404..b4368c166993b1 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -47,7 +47,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -68,7 +68,7 @@ jobs: mkdir -p ~/Library/Logs/DiagnosticReports || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index b9e3626e46fda8..5471bae004abab 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -38,7 +38,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -51,7 +51,7 @@ jobs: - name: Setup Environment run: brew install python@3.9 - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/docker_img.yaml b/.github/workflows/docker_img.yaml index 1f4e270cd20a4c..975e5194a4208e 100644 --- a/.github/workflows/docker_img.yaml +++ b/.github/workflows/docker_img.yaml @@ -56,7 +56,7 @@ jobs: # NOTE: vscode image consumes ~52 GB disk space but GitHub-hosted runners provide ~10 GB free disk space(https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) #- "-vscode" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 3ae69f827eb5f2..91fe48b519dd19 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -42,7 +42,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -52,7 +52,7 @@ jobs: attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index 74bd7a68fbbfa6..22e5142c2a8cd8 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -40,7 +40,7 @@ jobs: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -50,7 +50,7 @@ jobs: attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index c93c0103b07723..0489f0b97ef50e 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -42,7 +42,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -59,7 +59,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-cc13x2x7_26x2x7.yaml b/.github/workflows/examples-cc13x2x7_26x2x7.yaml index 32392f09d53109..0175ea11de988d 100644 --- a/.github/workflows/examples-cc13x2x7_26x2x7.yaml +++ b/.github/workflows/examples-cc13x2x7_26x2x7.yaml @@ -46,7 +46,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -62,7 +62,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index a0faa39ca0802e..a86ff1f2057562 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -44,7 +44,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -60,7 +60,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 459fa53f25c4aa..a1b1c441b02bc9 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -45,7 +45,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -65,7 +65,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index fef46bc9d12af0..6ea25a8e9a4a02 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -42,7 +42,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -59,7 +59,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -171,7 +171,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -182,7 +182,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 4c8e50253c93fa..b72d50a2b5fb91 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -42,7 +42,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -59,7 +59,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml index da9d09174bde5c..dadbeb2deffa1b 100644 --- a/.github/workflows/examples-k32w.yaml +++ b/.github/workflows/examples-k32w.yaml @@ -44,7 +44,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -61,7 +61,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index b240d10a645cbe..f8b7fc54bc21b3 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -42,7 +42,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -59,7 +59,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index d13c181853a1f7..04cfac18874d47 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -40,7 +40,7 @@ jobs: image: connectedhomeip/chip-build-imx:0.7.19.1 steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -51,7 +51,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 61c6b55e13b027..3662e0e3ec9f9c 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -42,7 +42,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -59,7 +59,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-mbed.yaml b/.github/workflows/examples-mbed.yaml index 2c8b4b95069543..58702d76a00d46 100644 --- a/.github/workflows/examples-mbed.yaml +++ b/.github/workflows/examples-mbed.yaml @@ -48,7 +48,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -75,7 +75,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 91e5b7a2b1c92c..3d5d276c4b5ace 100755 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -44,7 +44,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -61,7 +61,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 255aed2a97bc36..9a3b503d17f9d8 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -45,7 +45,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -74,7 +74,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-openiotsdk.yaml b/.github/workflows/examples-openiotsdk.yaml index 2c373d457dfe20..aba597a18cc3c3 100644 --- a/.github/workflows/examples-openiotsdk.yaml +++ b/.github/workflows/examples-openiotsdk.yaml @@ -47,7 +47,7 @@ jobs: options: --privileged steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -64,7 +64,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index 03af8dc153c044..c32c6c1beee9c8 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -44,7 +44,7 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -61,7 +61,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index b3c19c6791ef5b..d9370106abd434 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -43,7 +43,7 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -60,7 +60,7 @@ jobs: GH_CONTEXT: ${{ toJson(github) }} run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 23bfc59f4186d6..8c376ad71c143b 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -43,7 +43,7 @@ jobs: - "/tmp/output_binaries:/tmp/output_binaries" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -54,7 +54,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index d187928969eb39..2ef1b91341eb64 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -44,7 +44,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 if: ${{ !env.ACT }} name: Checkout with: @@ -65,7 +65,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml index 270b48db6eddcd..55bf075195633e 100644 --- a/.github/workflows/fuzzing-build.yaml +++ b/.github/workflows/fuzzing-build.yaml @@ -41,7 +41,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -56,7 +56,7 @@ jobs: run: | mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -105,7 +105,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -120,7 +120,7 @@ jobs: run: | mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml index e26f3281a6b352..b5522baa572bfa 100644 --- a/.github/workflows/java-tests.yaml +++ b/.github/workflows/java-tests.yaml @@ -59,7 +59,7 @@ jobs: sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cac9dce5481981..5c597604e07541 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: image: connectedhomeip/chip-build:0.6.47 steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 if: ${{ !env.ACT }} name: Checkout with: @@ -59,7 +59,7 @@ jobs: # to run - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index ebbdeea2def32d..c21d24b0d5916c 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -46,7 +46,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -57,7 +57,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -114,7 +114,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -125,7 +125,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml index a1edb67841efb4..985c2ee61cad58 100644 --- a/.github/workflows/release_artifacts.yaml +++ b/.github/workflows/release_artifacts.yaml @@ -37,7 +37,7 @@ jobs: image: connectedhomeip/chip-build-esp32:0.7.3 steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -48,7 +48,7 @@ jobs: attempt_delay: 2000 ref: "${{ github.event.inputs.releaseTag }}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -96,7 +96,7 @@ jobs: container: image: connectedhomeip/chip-build-efr32:0.7.3 steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -107,7 +107,7 @@ jobs: attempt_delay: 2000 ref: "${{ github.event.inputs.releaseTag }}" - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index ae1c79e392b310..64140c08f131b4 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -45,7 +45,7 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -56,7 +56,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 80bd1ea666514c..2280119b06b3e0 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -29,7 +29,7 @@ jobs: name: Check Spelling - reviewdog runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -44,7 +44,7 @@ jobs: name: Check Spelling - pyspelling runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a6168b684631b8..d9eb23e77d315d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -55,7 +55,7 @@ jobs: net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 if: ${{ !env.ACT }} name: Checkout with: @@ -82,7 +82,7 @@ jobs: sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -335,7 +335,7 @@ jobs: runs-on: macos-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -356,7 +356,7 @@ jobs: mkdir -p ~/Library/Logs/DiagnosticReports || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -483,7 +483,7 @@ jobs: sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: @@ -580,7 +580,7 @@ jobs: mkdir -p ~/Library/Logs/DiagnosticReports || true mkdir objdir-clone || true - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 2ef92eac1e87f7..5fb1a3d85098c8 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 98a486916692d1..102890ed64a405 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -44,7 +44,7 @@ jobs: options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index 9de3f3fe6e749e..04b8c8a28d85e7 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -40,7 +40,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -52,7 +52,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 073cd422e2bb92..076af28dfeb505 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -42,7 +42,7 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3.5.2 @@ -53,7 +53,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Bootstrap cache timeout-minutes: 20 with: diff --git a/examples/chef/README.md b/examples/chef/README.md index 0b842b4a0377de..a2cef201c4c0e5 100644 --- a/examples/chef/README.md +++ b/examples/chef/README.md @@ -137,7 +137,7 @@ chef_$PLATFORM: options: --user root steps: - - uses: Wandalen/wretry.action@v1.0.41 + - uses: Wandalen/wretry.action@v1.3.0 name: Checkout with: action: actions/checkout@v3 diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile index d92e9efb385636..643fd361228cfc 100644 --- a/integrations/docker/images/chip-build/Dockerfile +++ b/integrations/docker/images/chip-build/Dockerfile @@ -222,7 +222,7 @@ RUN case ${TARGETPLATFORM} in \ # NodeJS: install a newer version than what apt-get would read # This installs the latest LTS version of nodejs # -# NodeJS is required by github actions, we use Wandalen/wretry.action@v1.0.41 +# NodeJS is required by github actions, we use Wandalen/wretry.action@v1.3.0 # and that seems to use the built-in node installation in the image # # This is not a CHIP dependency directly, but used by CI