From 65922e8d2da01256f7ed642173ee73d059e777a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:54:21 +0000 Subject: [PATCH] Bump DataDog/synthetics-ci-github-action from 2.2.0 to 3.8.1 Bumps [DataDog/synthetics-ci-github-action](https://github.com/datadog/synthetics-ci-github-action) from 2.2.0 to 3.8.1. - [Release notes](https://github.com/datadog/synthetics-ci-github-action/releases) - [Commits](https://github.com/datadog/synthetics-ci-github-action/compare/9382fb6a9a1a29ab6bfe2cb6c39ca1b60b182436...676b9d61f8118d2fa134d964d56151714d755c0a) --- updated-dependencies: - dependency-name: DataDog/synthetics-ci-github-action dependency-version: 3.8.1 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..649924c 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@676b9d61f8118d2fa134d964d56151714d755c0a # v3.8.1 with: api_key: ${{secrets.DD_API_KEY}} app_key: ${{secrets.DD_APP_KEY}}