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 }}