diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b4bf70b7c8df6..beb0b24047549 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -190,7 +190,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 807ccbe2edbd8..1a2be825a132c 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -146,7 +146,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/failed-workflow.yml b/.github/workflows/failed-workflow.yml index 7908452ee83c4..8133c55eb7eaf 100644 --- a/.github/workflows/failed-workflow.yml +++ b/.github/workflows/failed-workflow.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Rerun a workflow - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 65192bec394fa..42360c1b440d0 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -114,7 +114,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index c92e059675f78..d6e503d2afcf1 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -130,7 +130,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 5d1de8f851ea3..3de32850de1dd 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -261,7 +261,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index 9315a2c95338c..d773e781fecb1 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Determine the status of the previous attempt id: previous-attempt-result - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 @@ -118,7 +118,7 @@ jobs: - name: Get the commit message id: current-commit-message - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} with: retries: 2 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index f9f450ff22b5d..8ac1ee119a4fd 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -209,7 +209,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index a7502b08b963e..f73352f9477a4 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -188,7 +188,7 @@ jobs: steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 with: retries: 2 retry-exempt-status-codes: 418 diff --git a/.github/workflows/test-old-branches.yml b/.github/workflows/test-old-branches.yml index 660f1f4fccb44..cde7d0de797d5 100644 --- a/.github/workflows/test-old-branches.yml +++ b/.github/workflows/test-old-branches.yml @@ -67,7 +67,7 @@ jobs: # Run all branches monthly, but only the currently supported one twice per month. steps: - name: Dispatch workflow run - uses: actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0 + uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6.3.0 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} with: retries: 2