diff --git a/.github/workflows/cspell5-update-dependencies.yml b/.github/workflows/cspell5-update-dependencies.yml index 6d7f46f031c..011c40c0140 100644 --- a/.github/workflows/cspell5-update-dependencies.yml +++ b/.github/workflows/cspell5-update-dependencies.yml @@ -82,7 +82,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update ALL Dependencies" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/cspell5-update-dictionaries.yml b/.github/workflows/cspell5-update-dictionaries.yml index 16de40a0682..2279f69b2ce 100644 --- a/.github/workflows/cspell5-update-dictionaries.yml +++ b/.github/workflows/cspell5-update-dictionaries.yml @@ -112,7 +112,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update Dictionaries" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/cspell5-update-integration-repositories.yml b/.github/workflows/cspell5-update-integration-repositories.yml index 2bcb28c7b7a..309fc38ee05 100644 --- a/.github/workflows/cspell5-update-integration-repositories.yml +++ b/.github/workflows/cspell5-update-integration-repositories.yml @@ -58,7 +58,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Update Integration Snapshots" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/reuseable-pr-from-artifact.yml b/.github/workflows/reuseable-pr-from-artifact.yml index 7373d06d666..9dee695e6e1 100644 --- a/.github/workflows/reuseable-pr-from-artifact.yml +++ b/.github/workflows/reuseable-pr-from-artifact.yml @@ -105,7 +105,7 @@ jobs: - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: ${{ inputs.commit-message }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/reuseable-pr.yml b/.github/workflows/reuseable-pr.yml index 9f1ee36c78f..5fefd4b9b7d 100644 --- a/.github/workflows/reuseable-pr.yml +++ b/.github/workflows/reuseable-pr.yml @@ -91,7 +91,7 @@ jobs: - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: ${{ inputs.commit-message }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 8cd60cbde2c..1949b59fba1 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -53,7 +53,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@331d02c7e2104af23ad5974d4d5cbc58a3e6dc77 # v4 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # v4 with: commit-message: "ci: Workflow Bot -- Build Docs" branch: ${{ env.NEW_BRANCH }}