We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feea9cc commit e8e9ea2Copy full SHA for e8e9ea2
1 file changed
.github/workflows/dev.yml
@@ -72,7 +72,7 @@ jobs:
72
llvm-cov export dist/lib/mod_datadog.so -format=lcov -instr-profile=/tmp/default.profdata -ignore-filename-regex=/httpd/ > coverage.lcov
73
- name: Upload code coverage report to Datadog
74
# The commit hash comes from the release of the action: https://github.com/DataDog/coverage-upload-github-action/releases
75
- uses: DataDog/coverage-upload-github-action@f80c0e6e64e5d20d6af251ba00361eeaebc7ff99 # v1.0.2
+ uses: DataDog/coverage-upload-github-action@6c4bd935248daa6f0ef94e3e6ba71ad5ad079998 # v1.0.3
76
with:
77
api_key: ${{ secrets.DD_API_KEY_CI_APP }}
78
files: coverage.lcov
0 commit comments