From 4fbe1112b102497ac5bd3260e04f9d867a6eaa5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:42:42 +0000 Subject: [PATCH] chore(deps): bump masci/datadog from 2.0.5 to 2.0.6 Bumps [masci/datadog](https://github.com/masci/datadog) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/masci/datadog/releases) - [Commits](https://github.com/masci/datadog/compare/a256909edc5bcf4885b4cbd7b00438190be04657...13467cfaddce69a18634ff4e2a283f65367be0d4) --- updated-dependencies: - dependency-name: masci/datadog dependency-version: 2.0.6 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 bb7c9777864..8a563966fa8 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@a256909edc5bcf4885b4cbd7b00438190be04657 + uses: masci/datadog@13467cfaddce69a18634ff4e2a283f65367be0d4 with: api-key: ${{ secrets.datadog_api_key }} metrics: ${{ steps.file-counts.outputs.metrics }}