From c94fdc12ecb45cb086d9d6df2c6991b7f4d0dab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:19:23 -0800 Subject: [PATCH] Bump int128/datadog-actions-metrics from 1.102.0 to 1.103.0 (#19854) Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.102.0 to 1.103.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/0b8cde3b96b3e1f8cfdedcf5aba234cd3d56f57e...9e2c7710728dece8234779daa91401bed1441f26) --- updated-dependencies: - dependency-name: int128/datadog-actions-metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Edmund Dunn <109987005+edmund-dunn@users.noreply.github.com> --- .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 0221c5f687..80b99f239b 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@0b8cde3b96b3e1f8cfdedcf5aba234cd3d56f57e # v1.102.0 + uses: int128/datadog-actions-metrics@9e2c7710728dece8234779daa91401bed1441f26 # v1.103.0 with: datadog-api-key: ${{ secrets.DATADOG_API_KEY }} collect-job-metrics: true