From df650638a8b553e3b7d114947e889d73990763ce Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 7 Sep 2025 03:55:46 +0100 Subject: [PATCH] ci: add reusable cloud-runner-integrity workflow; wire into Integrity; disable legacy pipeline triggers --- .github/workflows/cloud-runner-integrity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-integrity.yml b/.github/workflows/cloud-runner-integrity.yml index fa402643..ccf3670d 100644 --- a/.github/workflows/cloud-runner-integrity.yml +++ b/.github/workflows/cloud-runner-integrity.yml @@ -89,7 +89,7 @@ jobs: for i in {1..60}; do kubectl get nodes && break || sleep 5; done kubectl get storageclass - name: Start LocalStack (S3) - uses: localstack/setup-localstack@v1 + uses: localstack/setup-localstack@v0.2.3 with: services: s3 install-awslocal: true