From 0a8d6ea34347157932213b44ba00124f90aa04a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:22:52 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request digest to c55203c --- .github/workflows/pin-submodule-and-run-codegen.yaml | 2 +- .github/workflows/update-contributors.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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>"