From 537d34665aa63dd46378696d1f37d359b6910be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:42:53 +0000 Subject: [PATCH] chore(deps): bump masci/datadog from 2.0.3 to 2.0.4 Bumps [masci/datadog](https://github.com/masci/datadog) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/masci/datadog/releases) - [Commits](https://github.com/masci/datadog/compare/7696b770aa52aee8a8bffcd1fd52c0a71423ce04...e6e5018c23bc080396a913bfa61555db64431269) --- updated-dependencies: - dependency-name: masci/datadog dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4c06305cc45..909aac8972e 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@7696b770aa52aee8a8bffcd1fd52c0a71423ce04 + uses: masci/datadog@e6e5018c23bc080396a913bfa61555db64431269 with: api-key: ${{ secrets.datadog_api_key }} metrics: ${{ steps.file-counts.outputs.metrics }}