From b7115d212c0f7814a0cb17fb43ec36983c707ccb Mon Sep 17 00:00:00 2001 From: Daniel Palme Date: Sat, 28 Sep 2024 20:08:56 +0200 Subject: [PATCH] 5.3.10 --- README.md | 2 +- dist/index.js | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- src/reportgenerator.ts | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ffa87d6..9322f62 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The more advanced settings are documented in the [wiki](https://github.com/danie dotnet-quality: 'ga' - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.10 with: reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported. targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved. diff --git a/dist/index.js b/dist/index.js index 04201e3..f564bb5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -42,7 +42,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); const core = __importStar(__nccwpck_require__(2186)); const exec = __importStar(__nccwpck_require__(1514)); const fs = __importStar(__nccwpck_require__(7147)); -const VERSION = '5.3.9'; +const VERSION = '5.3.10'; function run() { return __awaiter(this, void 0, void 0, function* () { try { diff --git a/package-lock.json b/package-lock.json index 19c52ba..6c5ff73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ReportGenerator", - "version": "5.3.9", + "version": "5.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ReportGenerator", - "version": "5.3.9", + "version": "5.3.10", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.1", @@ -21,7 +21,7 @@ "node_modules/@actions/core": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha5.3.9lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "integrity": "sha5.3.10lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" @@ -78,7 +78,7 @@ "node_modules/tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha5.3.9h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "integrity": "sha5.3.10h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", "engines": { "node": ">=0.6.11 <=0.7.0 || >=0.7.3" } @@ -126,7 +126,7 @@ "@actions/core": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha5.3.9lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "integrity": "sha5.3.10lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "requires": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" @@ -177,7 +177,7 @@ "tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha5.3.9h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" + "integrity": "sha5.3.10h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" }, "typescript": { "version": "5.4.4", diff --git a/package.json b/package.json index 917ff63..ac68903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ReportGenerator", - "version": "5.3.9", + "version": "5.3.10", "description": "", "main": "lib/reportgenerator.js", "scripts": { diff --git a/src/reportgenerator.ts b/src/reportgenerator.ts index ba260ae..3a01c58 100644 --- a/src/reportgenerator.ts +++ b/src/reportgenerator.ts @@ -2,7 +2,7 @@ import * as core from '@actions/core'; import * as exec from '@actions/exec'; import * as fs from 'fs'; -const VERSION = '5.3.9'; +const VERSION = '5.3.10'; async function run() { try {