diff --git a/.github/workflows/check_required_files.yml b/.github/workflows/check_required_files.yml index 8a1f96dd1317..27eb0e9babee 100644 --- a/.github/workflows/check_required_files.yml +++ b/.github/workflows/check_required_files.yml @@ -197,7 +197,7 @@ jobs: # Create a comment on the pull request informing the user whether the pull request is missing required files: - name: 'Create a comment on the pull request informing the user whether the pull request is missing required files' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: # Specify the issue or pull request number: issue-number: ${{ inputs.pull_request_number }} diff --git a/.github/workflows/generate_pr_commit_message.yml b/.github/workflows/generate_pr_commit_message.yml index f6bf1b22de32..e3b09dee5c21 100644 --- a/.github/workflows/generate_pr_commit_message.yml +++ b/.github/workflows/generate_pr_commit_message.yml @@ -94,7 +94,7 @@ jobs: # Post commit message as PR comment: - name: 'Post commit message as PR comment' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }} comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/slash_commands.yml b/.github/workflows/slash_commands.yml index b52e4760728f..eae69f6ea07f 100644 --- a/.github/workflows/slash_commands.yml +++ b/.github/workflows/slash_commands.yml @@ -226,7 +226,7 @@ jobs: # Create a comment on the pull request informing the user of available slash commands: - name: 'Create a comment on the pull request informing the user of available slash commands' # Pin action to full length commit SHA - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: # Specify the issue or pull request number: issue-number: ${{ github.event.issue.number }}