From a2e721a200a98fde8fdcad1cfa9fe8048697fe88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:43:21 +0000 Subject: [PATCH] chore(deps): bump masci/datadog from 1.9.3 to 2.0.1 Bumps [masci/datadog](https://github.com/masci/datadog) from 1.9.3 to 2.0.1. - [Release notes](https://github.com/masci/datadog/releases) - [Commits](https://github.com/masci/datadog/compare/a3f481d2ed0f4e1edde2be2f564b94719d6d4bc2...f5c0f20e91c42967e3a14eeeb0878053dc18a610) --- updated-dependencies: - dependency-name: masci/datadog dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codescan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codescan.yml b/.github/workflows/codescan.yml index 411e5f2f524..17b4533be95 100644 --- a/.github/workflows/codescan.yml +++ b/.github/workflows/codescan.yml @@ -66,7 +66,7 @@ jobs: core.setOutput('metrics', metrics.join('\n')) - name: Build count - uses: masci/datadog@a3f481d2ed0f4e1edde2be2f564b94719d6d4bc2 + uses: masci/datadog@f5c0f20e91c42967e3a14eeeb0878053dc18a610 with: api-key: ${{ secrets.datadog_api_key }} metrics: ${{ steps.file-counts.outputs.metrics }}