diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index bfd7c6d3ede2..8dd0218fc2ec 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -194,7 +194,7 @@ jobs: - name: 'Post report as comment to PR' if: github.event_name == 'pull_request' # Pin action to full length commit SHA - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }} script: | @@ -209,7 +209,7 @@ jobs: - name: 'Post report as comment to commit' if: github.event_name == 'push' # Pin action to full length commit SHA - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }} script: |