From 74366efdcd18a2e2f16bf04acdafd8c38625014e Mon Sep 17 00:00:00 2001 From: Antoine Do Nascimento Date: Mon, 3 Jun 2024 17:26:02 +0200 Subject: [PATCH] Update DataDog/synthetics-ci-github-action workflow --- ci/datadog-synthetics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/datadog-synthetics.yml b/ci/datadog-synthetics.yml index 7056f87..28a07c7 100644 --- a/ci/datadog-synthetics.yml +++ b/ci/datadog-synthetics.yml @@ -29,7 +29,7 @@ jobs: # Run Synthetic tests within your GitHub workflow. # For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci - name: Run Datadog Synthetic tests - uses: DataDog/synthetics-ci-github-action@2b56dc0cca9daa14ab69c0d1d6844296de8f941e + uses: DataDog/synthetics-ci-github-action@c36b031081c29b54513d7faba468ddd5b248baf3 # v1.4.0 with: api_key: ${{secrets.DD_API_KEY}} app_key: ${{secrets.DD_APP_KEY}}