From 4de252cb4a8e08287b899b0df071e5113346c1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:30:06 +0000 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.64.0 to 1.65.0 Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.64.0 to 1.65.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/6c6a657047c0452b33ec3c254009c331e47c1370...4f132c3b116ef9b1b998be2883cfc0823f6e4d7c) --- 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/actions-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-metrics.yml b/.github/workflows/actions-metrics.yml index 6054149c8..9b9c4a442 100644 --- a/.github/workflows/actions-metrics.yml +++ b/.github/workflows/actions-metrics.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Send GitHub Actions metrics to DataDog - uses: int128/datadog-actions-metrics@6c6a657047c0452b33ec3c254009c331e47c1370 # v1.64.0 + uses: int128/datadog-actions-metrics@4f132c3b116ef9b1b998be2883cfc0823f6e4d7c # v1.65.0 with: datadog-api-key: ${{ secrets.DATADOG_API_KEY }} collect-job-metrics: true