From 98c32b6e9fea827f1dcb06c6448bc64c88a0c6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:31:58 +0000 Subject: [PATCH] Bump actions/github-script from 6.3.0 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.0 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d4560e157075e2d93aa3022b5b51a42a880f1f93...d556feaca394842dc55e4734bf3bb9f685482fa0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/end-to-end-tests.yml | 2 +- .github/workflows/failed-workflow.yml | 2 +- .github/workflows/javascript-tests.yml | 2 +- .github/workflows/php-compatibility.yml | 2 +- .github/workflows/phpunit-tests.yml | 2 +- .github/workflows/slack-notifications.yml | 4 ++-- .github/workflows/test-coverage.yml | 2 +- .github/workflows/test-npm.yml | 2 +- .github/workflows/test-old-branches.yml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) 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