Skip to content

Commit de65c0f

Browse files
marius-bughiuclaude
andcommitted
ci(coverage): fix ReportGenerator action ref
The action repo is danielpalme/ReportGenerator-GitHub-Action (hyphenated) and its tags are v-prefixed. Pin to @v5.5.10. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 581a621 commit de65c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--results-directory ./TestResults/coverage
5454
5555
- name: Generate report
56-
uses: danielpalme/ReportGenerator-GitHubAction@5.5.10
56+
uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.10
5757
with:
5858
reports: 'src/TestResults/coverage/**/coverage.cobertura.xml'
5959
targetdir: 'coveragereport'

0 commit comments

Comments
 (0)