diff --git a/.github/workflows/ansible-lint.yaml b/.github/workflows/ansible-lint.yaml index cd8d7bb..32fbb9a 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@v6.4.1 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..6f0d43d 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@v6.4.1 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..a2861a5 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@v6.4.1 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..df5baef 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@v6.4.1 with: github-token: ${{ env.GH_TOKEN }} script: | diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 69cbb95..d46cd06 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@v6.4.1 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..94d11a0 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@v6.4.1 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.CI_PAT }}