Skip to content

Commit f3c6b3f

Browse files
committed
5.4.18
1 parent 9870ed1 commit f3c6b3f

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie
1414
dotnet-quality: 'ga'
1515

1616
- name: ReportGenerator
17-
uses: danielpalme/[email protected].17
17+
uses: danielpalme/[email protected].18
1818
with:
1919
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
2020
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const core = __importStar(__nccwpck_require__(7484));
5353
const exec = __importStar(__nccwpck_require__(5236));
5454
const fs = __importStar(__nccwpck_require__(9896));
5555
const path = __importStar(__nccwpck_require__(6928));
56-
const VERSION = '5.4.17';
56+
const VERSION = '5.4.18';
5757
function run() {
5858
return __awaiter(this, void 0, void 0, function* () {
5959
try {

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReportGenerator",
3-
"version": "5.4.17",
3+
"version": "5.4.18",
44
"description": "",
55
"main": "lib/reportgenerator.js",
66
"scripts": {
@@ -20,8 +20,8 @@
2020
"@actions/exec": "^1.1.1"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^22.13.0",
24-
"@vercel/ncc": "^0.38.3",
25-
"typescript": "^5.8.2"
23+
"@types/node": "^24.9.1",
24+
"@vercel/ncc": "^0.38.4",
25+
"typescript": "^5.9.3"
2626
}
2727
}

src/reportgenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as exec from '@actions/exec';
33
import * as fs from 'fs';
44
import * as path from 'path';
55

6-
const VERSION = '5.4.17';
6+
const VERSION = '5.4.18';
77

88
async function run() {
99
try {

0 commit comments

Comments
 (0)