From 68293ccf1caaaa65b862c9ff89cbee14d2d60763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:09:21 +0000 Subject: [PATCH] chore(deps): bump masci/datadog from 2.0.1 to 2.0.3 Bumps [masci/datadog](https://github.com/masci/datadog) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/masci/datadog/releases) - [Commits](https://github.com/masci/datadog/compare/f5c0f20e91c42967e3a14eeeb0878053dc18a610...7696b770aa52aee8a8bffcd1fd52c0a71423ce04) --- updated-dependencies: - dependency-name: masci/datadog dependency-version: 2.0.3 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 fb90a236db5..31bc3b0cd59 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@f5c0f20e91c42967e3a14eeeb0878053dc18a610 + uses: masci/datadog@7696b770aa52aee8a8bffcd1fd52c0a71423ce04 with: api-key: ${{ secrets.datadog_api_key }} metrics: ${{ steps.file-counts.outputs.metrics }}