diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-14 20:06:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 20:06:32 +0000 |
| commit | 435023a8f9ba5d8a7b46d4d46bb6191a88c421f0 (patch) | |
| tree | d0a4b3cc4d1c750b52f25023be7acc77ccc3ed83 /.github/workflows/ci-tests.yml | |
| parent | 60fb3d5c062f0714ecf16de2ed12b1e9eabcd6d9 (diff) | |
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.0
Diffstat (limited to '.github/workflows/ci-tests.yml')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index cb78bf638..00f384155 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -34,7 +34,7 @@ jobs: --verbosity minimal - name: Merge code coverage results - uses: danielpalme/ReportGenerator-GitHub-Action@2a2d60ea1c7e811f54684179af6ac1ae8c1ce69a # 5.2.5 + uses: danielpalme/ReportGenerator-GitHub-Action@6b06171d1a131e7fd85121120a1c00c1ed03e033 # 5.3.0 with: reports: "**/coverage.cobertura.xml" targetdir: "merged/" |
