diff --git a/.github/workflows/pin-submodule-and-run-codegen.yaml b/.github/workflows/pin-submodule-and-run-codegen.yaml index 43f4e0243..785849a97 100644 --- a/.github/workflows/pin-submodule-and-run-codegen.yaml +++ b/.github/workflows/pin-submodule-and-run-codegen.yaml @@ -48,7 +48,7 @@ jobs: uses: ./.github/actions/run-codegen-rules - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6 with: branch: "chore/pin-submodule-and-run-codegen-${{ github.event_name }}" author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index abe25db06..57857942d 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -25,7 +25,7 @@ jobs: run: node scripts/update-contributors.js --token=${{ secrets.GITHUB_TOKEN }} - name: Create pull request id: create-pull-request - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6 + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6 with: branch: chore/update-contributors author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"