From 13374b182e3ad7f881dba7ddb61539a84b7f291f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:44:06 +0000 Subject: [PATCH] fix: upgrade verify-hello-app action to v2.0.1 The code was updated to read LAUNCHDARKLY_SDK_KEY but the CI action v1.0.1 still set LAUNCHDARKLY_SERVER_KEY. Upgrading to v2.0.1 which sets LAUNCHDARKLY_SDK_KEY fixes the env var mismatch. Co-Authored-By: rlamb@launchdarkly.com --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98f4d21..8d72c89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: distribution: 'temurin' java-version: '21' - - uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v1.0.1 + - uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.1 with: use_server_key: true role_arn: ${{ vars.AWS_ROLE_ARN }} - command: ./gradlew run \ No newline at end of file + command: ./gradlew run