Skip to content

Commit

Permalink
Bump masci/datadog from 1.6.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [masci/datadog](https://github.com/masci/datadog) from 1.6.0 to 1.7.1.
- [Release notes](https://github.com/masci/datadog/releases)
- [Commits](masci/datadog@68f124e...a5d283e)

---
updated-dependencies:
- dependency-name: masci/datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 8fe4bc0 commit 5a43fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default-branch-datadog-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
GITHUB_REPOSITORY: "${{ github.repository }}"
- name: Send Metrics to DataDog.
uses: masci/datadog@68f124e429317cc02e17965df6d08c75056cb45d # v1.6.0
uses: masci/datadog@a5d283e78e33a688ed08a96ba64440505e645a8c # v1.7.1
with:
api-key: ${{ secrets.DATADOG_API_KEY }}
api-url: https://api.ddog-gov.com
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
echo "Lines Denominator: ${lines_denominator}";
- name: Send Metrics to DataDog.
uses: masci/datadog@68f124e429317cc02e17965df6d08c75056cb45d # v1.6.0
uses: masci/datadog@a5d283e78e33a688ed08a96ba64440505e645a8c # v1.7.1
with:
api-key: ${{ secrets.DATADOG_API_KEY }}
api-url: https://api.ddog-gov.com
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
echo "nonpublic_class_constants=$(jq '.nonPublicClassConstants' phploc.json)" >> $GITHUB_OUTPUT
- name: Send Metrics to DataDog.
uses: masci/datadog@68f124e429317cc02e17965df6d08c75056cb45d # v1.6.0
uses: masci/datadog@a5d283e78e33a688ed08a96ba64440505e645a8c # v1.7.1
with:
api-key: ${{ secrets.DATADOG_API_KEY }}
api-url: https://api.ddog-gov.com
Expand Down

0 comments on commit 5a43fed

Please sign in to comment.