diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-05-26 12:14:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 12:14:22 +0200 |
| commit | 4d5428ea905e1f0ea9ec2565ac644cfd219bfa38 (patch) | |
| tree | 4719110f46df869b0f471c1032fa20aef1637d1f | |
| parent | fc14c08bccecdc2b4839f7903ca07b2310b53df2 (diff) | |
| parent | c1753715579d82585ef7256b5a68de7c49f38e76 (diff) | |
Merge pull request #11835 from jellyfin/renovate/ci-deps
Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.4
| -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 c0fc5a352..a5650c5a4 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@6b06171d1a131e7fd85121120a1c00c1ed03e033 # 5.3.0 + uses: danielpalme/ReportGenerator-GitHub-Action@9f1033dc04b18a7dfa51aeefeb18540e8939021f # 5.3.4 with: reports: "**/coverage.cobertura.xml" targetdir: "merged/" |
