diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-10 14:47:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-10 14:47:33 -0600 |
| commit | 162021def9de14ea994ad452e8cac31e5089f804 (patch) | |
| tree | f1dd450511ff97ab3ca252cbe980b715b74f7ac6 /.github/workflows/ci-tests.yml | |
| parent | 4492eb0e66d39fa7e53a8d54321373a96d1c5553 (diff) | |
Update CI dependencies (#12800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 3caf1c82c..6c9740a85 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@b7115d212c0f7814a0cb17fb43ec36983c707ccb # v5.3.10 + uses: danielpalme/ReportGenerator-GitHub-Action@62f9e70ab348d56eee76d446b4db903a85ab0ea8 # v5.3.11 with: reports: "**/coverage.cobertura.xml" targetdir: "merged/" |
