diff --git a/.github/workflows/dependabot-bot.yml b/.github/workflows/dependabot-bot.yml index 65f08fcbf9c59..7289d795f4c29 100644 --- a/.github/workflows/dependabot-bot.yml +++ b/.github/workflows/dependabot-bot.yml @@ -43,7 +43,7 @@ jobs: root-directory: "/github/workspace" dependabot-yml-path: ".github/dependabot.yml" - name: Create pull request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 with: title: "Update dependabot.yml - automatically." body: ".NET dependabot-bot automated PR. 🤖" diff --git a/.github/workflows/whats-new.yml b/.github/workflows/whats-new.yml index 390c2974643b8..178c60104f40e 100644 --- a/.github/workflows/whats-new.yml +++ b/.github/workflows/whats-new.yml @@ -62,7 +62,7 @@ jobs: # Create the PR for the new article - name: create-pull-request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 with: title: "What's new article" commit-message: 'Bot 🤖 generated "What''s new article"'