From e1e63163bb0d149f8f4473438f3dca64d9925b3a Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Wed, 1 Mar 2023 16:21:36 +0100 Subject: [PATCH] Fix system test runner commit sha --- .github/workflows/lib-injection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lib-injection.yml b/.github/workflows/lib-injection.yml index f5ec7211950..a953aa06a7c 100644 --- a/.github/workflows/lib-injection.yml +++ b/.github/workflows/lib-injection.yml @@ -51,7 +51,7 @@ jobs: steps: - name: lib-injection test runner id: lib-injection-test-runner - uses: DataDog/system-tests/lib-injection/runner@1af3241d5b6a928199528a8cbfc5698564f5d260 + uses: DataDog/system-tests/lib-injection/runner@4eb1ec01b61c1c7e84f219127a91d07f03b0f85e with: docker-registry: ghcr.io docker-registry-username: ${{ github.repository_owner }}