From 7e9f6f9e271819a6fb268c9cc91f645b4a08aa6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 07:04:24 +0000 Subject: [PATCH] chore(ci): bump actions/github-script from 3.1 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/test-harness.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 766359c792b99..bbd5d14ce86c9 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -88,7 +88,7 @@ jobs: || contains(github.event.pull_request.labels.*.name, 'ci-condition: k8s e2e tests enable') || contains(github.event.pull_request.labels.*.name, 'ci-condition: k8s e2e all targets') steps: - - uses: actions/github-script@v3.1 + - uses: actions/github-script@v6 id: set-matrix with: script: | diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index b7d7d71a63a5a..34dd881bfe605 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Indicate that we picked up the command with a comment reaction - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: github-token: '${{secrets.GITHUB_TOKEN}}' script: | @@ -38,7 +38,7 @@ jobs: - name: Get Pull Request info id: pr-info - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: script: | const pr_info_response = await github.pulls.get({ @@ -111,7 +111,7 @@ jobs: AWS_DEFAULT_REGION: '${{ secrets.TEST_HARNESS_AWS_DEFAULT_REGION }}' - name: Post a comment with the results - uses: actions/github-script@v3.1 + uses: actions/github-script@v6 with: github-token: '${{secrets.GITHUB_TOKEN}}' script: |