diff --git a/.github/actions/checkout/action.yaml b/.github/actions/checkout/action.yaml deleted file mode 100644 index 7a59a65f8d3156..00000000000000 --- a/.github/actions/checkout/action.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: Checkout -description: Checkout -runs: - using: "composite" - steps: - - uses: Wandalen/wretry.action@v1.3.0 - name: Checkout - with: - action: actions/checkout@v3.5.2 - with: | - token: ${{ github.token }} - attempt_limit: 3 - attempt_delay: 2000 diff --git a/.github/workflows/bloat_check.yaml b/.github/workflows/bloat_check.yaml index 66e3b7eec2f8b4..453a3bbf78c66d 100644 --- a/.github/workflows/bloat_check.yaml +++ b/.github/workflows/bloat_check.yaml @@ -36,7 +36,14 @@ jobs: image: connectedhomeip/chip-build:0.7.3 steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Report run: | diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e1b3d34e0568fe..7bff87126dc579 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,7 +57,14 @@ 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: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Try to ensure the directories for core dumping exist and we @@ -354,7 +361,14 @@ 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: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux @@ -501,7 +515,14 @@ jobs: net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 8ebf37761d33ef..ea28083f733cbc 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -39,7 +39,14 @@ jobs: options: --user root steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - uses: ./.github/actions/bootstrap-cache @@ -60,7 +67,14 @@ jobs: options: --user root steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - uses: ./.github/actions/bootstrap-cache @@ -81,7 +95,14 @@ jobs: options: --user root steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect - uses: ./.github/actions/bootstrap-cache diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index 4d87a7a32a8c50..67ab8b603e7179 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -53,7 +53,14 @@ jobs: # options: "--privileged" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 7e3ca603465c85..6bf2674947a3c3 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -46,7 +46,14 @@ jobs: runs-on: macos-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform darwin - name: Setup Environment diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index a119c933eeaef0..d27e0b97fd5c68 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -37,7 +37,14 @@ jobs: runs-on: macos-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform darwin - name: Setup Environment diff --git a/.github/workflows/docker_img.yaml b/.github/workflows/docker_img.yaml index 0c5def76371c5a..2de9a9143f7925 100644 --- a/.github/workflows/docker_img.yaml +++ b/.github/workflows/docker_img.yaml @@ -56,7 +56,14 @@ 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: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Build All images using project bash script run: | cd integrations/docker/images/chip-build${{ matrix.img }} diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 36e4e0cddcf3ad..06e96e85886a21 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -42,7 +42,14 @@ jobs: options: --user root steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba - uses: ./.github/actions/bootstrap-cache diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index 70a4ed18fae254..177652bfdd931e 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -40,7 +40,14 @@ jobs: options: --user root steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr - uses: ./.github/actions/bootstrap-cache diff --git a/.github/workflows/examples-cc13x2x7_26x2x7.yaml b/.github/workflows/examples-cc13x2x7_26x2x7.yaml index 46dee57e2c04ff..2fa5353c6c325c 100644 --- a/.github/workflows/examples-cc13x2x7_26x2x7.yaml +++ b/.github/workflows/examples-cc13x2x7_26x2x7.yaml @@ -45,7 +45,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform cc13xx_26xx - name: Set up environment for size reports diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index 9b6bca9e3fab81..3d6c12587f5f05 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -43,7 +43,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform cc32xx - name: Set up environment for size reports diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 501e2232374d9b..f72088a19da6e8 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -41,7 +41,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 @@ -137,7 +144,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 41113b4f5667fe..0f74da13af6ad4 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -41,7 +41,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform infineon diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml index c4cb1e3b5413c2..f5af1b4763d1bd 100644 --- a/.github/workflows/examples-k32w.yaml +++ b/.github/workflows/examples-k32w.yaml @@ -43,7 +43,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform k32w0 diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index 61eca74291a2b2..939698d5e9033e 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -41,7 +41,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index 1a567460bbada2..ccf351428e1571 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -39,7 +39,14 @@ jobs: image: connectedhomeip/chip-build-imx:0.7.19.1 steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 575f9f89b6b3a4..c57d7ef60fb362 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -41,7 +41,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux diff --git a/.github/workflows/examples-mbed.yaml b/.github/workflows/examples-mbed.yaml index f4fe79d4d35908..8d3ffda0780889 100644 --- a/.github/workflows/examples-mbed.yaml +++ b/.github/workflows/examples-mbed.yaml @@ -47,7 +47,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform mbed diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 9b58994f2ecbee..baf6158600b80b 100755 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -43,7 +43,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform mw320 diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 169484b9c3b668..c4d9940b03eb22 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -44,7 +44,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect - name: Detect changed paths diff --git a/.github/workflows/examples-openiotsdk.yaml b/.github/workflows/examples-openiotsdk.yaml index 08501c54a1035f..764952679aebf2 100644 --- a/.github/workflows/examples-openiotsdk.yaml +++ b/.github/workflows/examples-openiotsdk.yaml @@ -46,7 +46,14 @@ jobs: options: --privileged steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --recursive --platform openiotsdk diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index e8ce70de38d6c9..56a46ded6acd61 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -43,7 +43,14 @@ jobs: volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform qpg diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 2e3bd4fe37854e..c34e5f44c2e73b 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -43,7 +43,14 @@ jobs: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform telink diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 48736669f16db0..44bf7e6a747989 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -43,7 +43,14 @@ jobs: - "/tmp/output_binaries:/tmp/output_binaries" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen diff --git a/.github/workflows/minimal-build.yaml b/.github/workflows/minimal-build.yaml index eaacf2b851d138..a69479e2f23d08 100644 --- a/.github/workflows/minimal-build.yaml +++ b/.github/workflows/minimal-build.yaml @@ -34,7 +34,14 @@ jobs: image: connectedhomeip/chip-build-minimal:0.7.3 steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Configure and build All Clusters App diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 1629d7d4d10deb..1bfc34b9ae8be1 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -45,7 +45,14 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 @@ -85,7 +92,14 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index c390ba8cd7e851..0b8b3a52622f8a 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -44,7 +44,14 @@ jobs: - "/tmp/log_output:/tmp/test_logs" steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index c231f3a39d2b7e..4a080610f36a03 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -29,7 +29,14 @@ jobs: name: Check Spelling - reviewdog runs-on: ubuntu-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - uses: reviewdog/action-misspell@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -37,5 +44,12 @@ jobs: name: Check Spelling - pyspelling runs-on: ubuntu-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - uses: igsekor/pyspelling-any@v1.0.4 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5577c723895177..6c1b4a2754a279 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -318,7 +318,14 @@ jobs: runs-on: macos-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform darwin - name: Setup Environment diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 856bca9f32e971..750478291da214 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -23,7 +23,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Run Issue Bot uses: derjuulsn/todo-issue@main with: diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 55f975c3328bd3..919af004a37e2b 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -43,7 +43,14 @@ 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: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index d12ee3ac4e7e35..03951ad84faef1 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -41,7 +41,14 @@ jobs: if: github.actor != 'restyled-io[bot]' steps: - - uses: ./.github/actions/checkout + - uses: Wandalen/wretry.action@v1.3.0 + name: Checkout + with: + action: actions/checkout@v3.5.2 + with: | + token: ${{ github.token }} + attempt_limit: 3 + attempt_delay: 2000 - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux