diff --git a/.github/workflows/ci-call-update-image.yml b/.github/workflows/ci-call-update-image.yml index 33e91a86..ea2d3ddc 100644 --- a/.github/workflows/ci-call-update-image.yml +++ b/.github/workflows/ci-call-update-image.yml @@ -195,7 +195,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - name: Call Dispatch To Start Promotion - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # pin@v3.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # pin@v4.0.1 with: token: ${{ steps.token.outputs.token }} event-type: ${{ inputs.kubernetes-repo-event }} diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index 8813f100..5f5f4d52 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -191,6 +191,6 @@ jobs: needs: call-auto-merge steps: - name: call-build-publish-image - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # pin@v3.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # pin@v4.0.1 with: event-type: build-publish-image diff --git a/.github/workflows/ci-update-image-version.yml b/.github/workflows/ci-update-image-version.yml index 7e0b993e..4aeaa330 100644 --- a/.github/workflows/ci-update-image-version.yml +++ b/.github/workflows/ci-update-image-version.yml @@ -93,7 +93,7 @@ jobs: - name: "update Kubernetes for new version of image ${{env.IMAGE-NAME}} (Dependabot)" if: ${{ env.DEPENDABOT == 'true' }} - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # pin@v3.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # pin@v4.0.1 with: token: ${{ steps.token.outputs.token }} event-type: ${{ inputs.kubernetes-repo-event }} @@ -102,7 +102,7 @@ jobs: - name: "update Kubernetes for new version of image ${{env.IMAGE-NAME}}" if: ${{ env.DEPENDABOT == 'false' }} - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # pin@v3.0.0 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # pin@v4.0.1 with: token: ${{ steps.token.outputs.token }} event-type: ${{ inputs.kubernetes-repo-event }}