diff --git a/.github/workflows/auto-release-notes.yml b/.github/workflows/auto-release-notes.yml index dcc8d549..f2c64696 100644 --- a/.github/workflows/auto-release-notes.yml +++ b/.github/workflows/auto-release-notes.yml @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-check.outputs.changes == 'true' }} - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0 with: commit-message: "chore: update release notes" sign-commits: true diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 1d5e7294..14a2b167 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -232,7 +232,7 @@ jobs: } > "$STATUS_FILE" - name: Open/Update PR with status - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0 with: commit-message: "chore: update example run status" signoff: true diff --git a/.github/workflows/update-node-tables.yml b/.github/workflows/update-node-tables.yml index b0c99155..f6719e51 100644 --- a/.github/workflows/update-node-tables.yml +++ b/.github/workflows/update-node-tables.yml @@ -53,7 +53,7 @@ jobs: - name: Create Pull Request if: ${{ steps.git-check.outputs.changes == 'true' }} - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e + uses: step-security/create-pull-request@e604d57b37b404d8bb34d152fa905e45d003a895 # v8.1.0 with: commit-message: "chore: update node tables from Mirror Node API" sign-commits: true