From fee1d5cba1ccdfa58959e765a5a4cb8ed27ce598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 03:07:54 +0000 Subject: [PATCH] Bump DataDog/synthetics-ci-github-action from 2.2.0 to 3.4.0 Bumps [DataDog/synthetics-ci-github-action](https://github.com/datadog/synthetics-ci-github-action) from 2.2.0 to 3.4.0. - [Release notes](https://github.com/datadog/synthetics-ci-github-action/releases) - [Commits](https://github.com/datadog/synthetics-ci-github-action/compare/9382fb6a9a1a29ab6bfe2cb6c39ca1b60b182436...8bb082eb2440803405ffef846a4384d317022605) --- updated-dependencies: - dependency-name: DataDog/synthetics-ci-github-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/datadog-synthetics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/datadog-synthetics.yml b/.github/workflows/datadog-synthetics.yml index 2d3a131..30f41c8 100644 --- a/.github/workflows/datadog-synthetics.yml +++ b/.github/workflows/datadog-synthetics.yml @@ -30,7 +30,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@9382fb6a9a1a29ab6bfe2cb6c39ca1b60b182436 # v2.2.0 + uses: DataDog/synthetics-ci-github-action@8bb082eb2440803405ffef846a4384d317022605 # v3.4.0 with: api_key: ${{secrets.DD_API_KEY}} app_key: ${{secrets.DD_APP_KEY}}