diff --git a/.github/actions/configuration/action.yml b/.github/actions/configuration/action.yml index bfab14df..aa3ab8dc 100644 --- a/.github/actions/configuration/action.yml +++ b/.github/actions/configuration/action.yml @@ -8,7 +8,7 @@ runs: using: composite steps: - name: Install yq - uses: kyma-project/lifecycle-manager/.github/actions/install-yq@aa17989c84248dfdcbc5db6a014693bbff55edcd # main + uses: kyma-project/lifecycle-manager/.github/actions/install-yq@df8f3e5c6560dfdadba206e05a303aab983fca22 # main with: yq_version: 4.45.1 - name: Define variables diff --git a/.github/workflows/test-e2e-runtime-watcher.yml b/.github/workflows/test-e2e-runtime-watcher.yml index ab20784f..525936fb 100644 --- a/.github/workflows/test-e2e-runtime-watcher.yml +++ b/.github/workflows/test-e2e-runtime-watcher.yml @@ -98,11 +98,11 @@ jobs: path: lifecycle-manager - name: Get configuration - uses: kyma-project/lifecycle-manager/.github/actions/get-configuration@aa17989c84248dfdcbc5db6a014693bbff55edcd # main + uses: kyma-project/lifecycle-manager/.github/actions/get-configuration@df8f3e5c6560dfdadba206e05a303aab983fca22 # main id: configuration - name: Setup tools - uses: kyma-project/lifecycle-manager/.github/actions/setup-tools@aa17989c84248dfdcbc5db6a014693bbff55edcd # main + uses: kyma-project/lifecycle-manager/.github/actions/setup-tools@df8f3e5c6560dfdadba206e05a303aab983fca22 # main with: k8s_version: ${{ steps.configuration.outputs.k8s_version }} istio_version: ${{ steps.configuration.outputs.istio_version }} @@ -113,7 +113,7 @@ jobs: cache-dependency-path: runtime-watcher/go.sum - name: Setup test clusters - uses: kyma-project/lifecycle-manager/.github/actions/setup-test-clusters@aa17989c84248dfdcbc5db6a014693bbff55edcd # main + uses: kyma-project/lifecycle-manager/.github/actions/setup-test-clusters@df8f3e5c6560dfdadba206e05a303aab983fca22 # main with: k8s_version: ${{ steps.configuration.outputs.k8s_version }} cert_manager_version: ${{ steps.configuration.outputs.cert_manager_version }} @@ -129,7 +129,7 @@ jobs: runtime-watcher-image-registry: ${{ needs.get-image-repo.outputs.image_repo }} - name: Deploy lifecycle-manager - uses: kyma-project/lifecycle-manager/.github/actions/deploy-lifecycle-manager@aa17989c84248dfdcbc5db6a014693bbff55edcd # main + uses: kyma-project/lifecycle-manager/.github/actions/deploy-lifecycle-manager@df8f3e5c6560dfdadba206e05a303aab983fca22 # main with: klm_version_tag: latest klm_image_repo: prod