diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 3e5ea68..9612b6e 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -950,7 +950,7 @@ jobs: /bin/cp -v -R ./config/community-operators/ci.yaml ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}/operators/${{ env.REPOSITORY_NAME }} - name: Create Pull Request (First Release) - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 if: ${{ steps.check-first-release.outputs.first_release == 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }} @@ -1001,7 +1001,7 @@ jobs: token: ${{ secrets.COMMUNITY_OPERATOR_PAT }} - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 if: ${{ steps.check-first-release.outputs.first_release != 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}