We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3eb4a commit 961f313Copy full SHA for 961f313
.github/workflows/prober.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Report attestation prober success
50
if: ${{ success() }}
51
- uses: masci/datadog@6889e9d060f5368eeee51f8a3f06a52f65d04da3 # v1.9.1
+ uses: masci/datadog@f0cad7cba58a34e65535732564c9bf174ee89006 # v1.9.2
52
with:
53
api-key: "${{ secrets.DATADOG_API_KEY }}"
54
service-checks: |
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Report attestation prober failure
68
if: ${{ failure() }}
69
70
71
72
0 commit comments