diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 90b7e7b..28daa29 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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 if: ${{ steps.check-first-release.outputs.first_release != 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}