From 69998ae1648bdce36a46faf34904ee49fa1bae4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:30:24 +0000 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.97.0 to 1.100.0 Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.97.0 to 1.100.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/b55864e8d4ccab2d30f33e9eabc6e02031894555...1211003b807510c6a05df26ab9fbc381276a2c1f) --- 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 3ae87d056..e59131516 100644 --- a/.github/workflows/gha-metrics-datadog.yml +++ b/.github/workflows/gha-metrics-datadog.yml @@ -25,7 +25,7 @@ jobs: env_variable_name: GHA_CONTENT_BUILD_DATADOG_API_KEY - name: Send GitHub Actions metrics to DataDog - uses: int128/datadog-actions-metrics@b55864e8d4ccab2d30f33e9eabc6e02031894555 # v1.97.0 + uses: int128/datadog-actions-metrics@1211003b807510c6a05df26ab9fbc381276a2c1f # v1.100.0 with: datadog-api-key: ${{ env.GHA_CONTENT_BUILD_DATADOG_API_KEY }} collect-job-metrics: true