From ab191af037c0d6abc205f14fc452890dcc419362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:14:59 +0000 Subject: [PATCH] chore(deps): update launchdarkly/gh-actions/actions/contract-tests requirement to 2715574e04448246bc529a23a81766491bbc4aae Updates the requirements on [launchdarkly/gh-actions/actions/contract-tests](https://github.com/launchdarkly/gh-actions) to permit the latest version. - [Release notes](https://github.com/launchdarkly/gh-actions/releases) - [Commits](https://github.com/launchdarkly/gh-actions/commits/2715574e04448246bc529a23a81766491bbc4aae) --- updated-dependencies: - dependency-name: launchdarkly/gh-actions/actions/contract-tests dependency-version: 2715574e04448246bc529a23a81766491bbc4aae dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/server-dynamodb.yml | 2 +- .github/workflows/server-redis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-dynamodb.yml b/.github/workflows/server-dynamodb.yml index e812b517a..ecb6078b2 100644 --- a/.github/workflows/server-dynamodb.yml +++ b/.github/workflows/server-dynamodb.yml @@ -45,7 +45,7 @@ jobs: - name: 'Launch test service as background task' run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 & # https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.3.0 - - uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b + - uses: launchdarkly/gh-actions/actions/contract-tests@2715574e04448246bc529a23a81766491bbc4aae with: test_service_port: ${{ env.TEST_SERVICE_PORT }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/server-redis.yml b/.github/workflows/server-redis.yml index ae6ac9fe2..834e76c1e 100644 --- a/.github/workflows/server-redis.yml +++ b/.github/workflows/server-redis.yml @@ -43,7 +43,7 @@ jobs: - name: 'Launch test service as background task' run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 & # https://github.com/launchdarkly/gh-actions/releases/tag/contract-tests-v1.3.0 - - uses: launchdarkly/gh-actions/actions/contract-tests@5adb11fd6953e1bc35d9cf1fc1b4374c464e3a8b + - uses: launchdarkly/gh-actions/actions/contract-tests@2715574e04448246bc529a23a81766491bbc4aae with: test_service_port: ${{ env.TEST_SERVICE_PORT }} token: ${{ secrets.GITHUB_TOKEN }}