From 765087ccda0ec266433c546cb0cdb0459d7da7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:49:43 +0000 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.100.0 to 1.104.0 Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.100.0 to 1.104.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/1211003b807510c6a05df26ab9fbc381276a2c1f...68e67870eb6cdaaf74d2a860437fa4e4f0ad2c11) --- updated-dependencies: - dependency-name: int128/datadog-actions-metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gha-metrics-datadog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gha-metrics-datadog.yml b/.github/workflows/gha-metrics-datadog.yml index 2fcad41d5..c1aeee2b3 100644 --- a/.github/workflows/gha-metrics-datadog.yml +++ b/.github/workflows/gha-metrics-datadog.yml @@ -28,7 +28,7 @@ jobs: env_variable_name: GHA_CONTENT_BUILD_DATADOG_API_KEY - name: Send GitHub Actions metrics to DataDog - uses: int128/datadog-actions-metrics@1211003b807510c6a05df26ab9fbc381276a2c1f # v1.100.0 + uses: int128/datadog-actions-metrics@68e67870eb6cdaaf74d2a860437fa4e4f0ad2c11 # v1.104.0 with: datadog-api-key: ${{ env.GHA_CONTENT_BUILD_DATADOG_API_KEY }} collect-job-metrics: true