From 5fae630d0580e5da8a62fc5367520b5eaa7f2840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:43:15 +0000 Subject: [PATCH] chore(deps): bump masci/datadog from 1.9.3 to 2.0.0 Bumps [masci/datadog](https://github.com/masci/datadog) from 1.9.3 to 2.0.0. - [Release notes](https://github.com/masci/datadog/releases) - [Commits](https://github.com/masci/datadog/compare/a3f481d2ed0f4e1edde2be2f564b94719d6d4bc2...c1b14660479f44f1049b08274d1bfaae9405cbae) --- updated-dependencies: - dependency-name: masci/datadog dependency-version: 2.0.0 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..153b2ce3c84 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@c1b14660479f44f1049b08274d1bfaae9405cbae with: api-key: ${{ secrets.datadog_api_key }} metrics: ${{ steps.file-counts.outputs.metrics }}