From 33a7f9ee7c71de8ce63087e4700edf232516069b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:36:46 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.4.0 to 7.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-lint.yaml | 2 +- .github/workflows/node-build.yml | 2 +- .github/workflows/node-eslint.yml | 2 +- .github/workflows/pr_review_k8s.yml | 2 +- .github/workflows/terraform.yml | 2 +- .github/workflows/wechat-miniprogram-preview.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ansible-lint.yaml b/.github/workflows/ansible-lint.yaml index cd8d7bb..92b1fb1 100644 --- a/.github/workflows/ansible-lint.yaml +++ b/.github/workflows/ansible-lint.yaml @@ -82,7 +82,7 @@ jobs: id: check run: ansible-playbook -i hosts --private-key=.ssh/id_rsa_ansible playbook.yml --check --verbose - - uses: actions/github-script@v6.4.0 + - uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' env: CHECK: "ansible\n${{ steps.check.outputs.stdout }}" diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 9a9135a..9b1cc12 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -186,7 +186,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Update Pull Request - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' with: github-token: ${{ env.GH_TOKEN }} diff --git a/.github/workflows/node-eslint.yml b/.github/workflows/node-eslint.yml index 4f8d668..99a7158 100644 --- a/.github/workflows/node-eslint.yml +++ b/.github/workflows/node-eslint.yml @@ -95,7 +95,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Update Pull Request - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' with: github-token: ${{ env.GH_TOKEN }} diff --git a/.github/workflows/pr_review_k8s.yml b/.github/workflows/pr_review_k8s.yml index aa2a821..fe0872e 100644 --- a/.github/workflows/pr_review_k8s.yml +++ b/.github/workflows/pr_review_k8s.yml @@ -65,7 +65,7 @@ jobs: args: --insecure-skip-tls-verify apply -f ${{ inputs.deployment }} - name: Post comment to Pull Request - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 with: github-token: ${{ env.GH_TOKEN }} script: | diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 69cbb95..c1133ef 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -189,7 +189,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Update Pull Request - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/wechat-miniprogram-preview.yml b/.github/workflows/wechat-miniprogram-preview.yml index 38329e3..8553f33 100644 --- a/.github/workflows/wechat-miniprogram-preview.yml +++ b/.github/workflows/wechat-miniprogram-preview.yml @@ -78,7 +78,7 @@ jobs: UPTOC_UPLOADER_SK: ${{ secrets.TENCENTCLOUD_COS_SECRET_KEY }} - name: Update Pull Request - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v7.0.0 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.CI_PAT }}