diff --git a/common/qodana.ts b/common/qodana.ts index 40860c3c..8859f28a 100644 --- a/common/qodana.ts +++ b/common/qodana.ts @@ -1,6 +1,6 @@ // noinspection JSUnusedGlobalSymbols -export const VERSION = '1.0.3' +export const VERSION = '1.0.4' export const EXECUTABLE = 'qodana' export const FAIL_THRESHOLD_OUTPUT = 'The number of problems exceeds the failThreshold' diff --git a/scan/dist/index.js b/scan/dist/index.js index 4de72f39..28bfed96 100644 --- a/scan/dist/index.js +++ b/scan/dist/index.js @@ -1921,7 +1921,7 @@ function getQodanaScanArgs(args, resultsDir, cacheDir, env = `cli`) { var VERSION, EXECUTABLE, FAIL_THRESHOLD_OUTPUT, QODANA_SARIF_NAME, QodanaExitCode; var init_qodana = __esm({ "../common/qodana.ts"() { - VERSION = "1.0.3"; + VERSION = "1.0.4"; EXECUTABLE = "qodana"; FAIL_THRESHOLD_OUTPUT = "The number of problems exceeds the failThreshold"; QODANA_SARIF_NAME = "qodana.sarif.json"; diff --git a/vsts/QodanaScan/index.js b/vsts/QodanaScan/index.js index fc36e3c9..f3cbe518 100644 --- a/vsts/QodanaScan/index.js +++ b/vsts/QodanaScan/index.js @@ -101,7 +101,7 @@ function getQodanaScanArgs(args, resultsDir, cacheDir, env = `cli`) { var VERSION, EXECUTABLE, FAIL_THRESHOLD_OUTPUT, QODANA_SARIF_NAME, QodanaExitCode; var init_qodana = __esm({ "../common/qodana.ts"() { - VERSION = "1.0.3"; + VERSION = "1.0.4"; EXECUTABLE = "qodana"; FAIL_THRESHOLD_OUTPUT = "The number of problems exceeds the failThreshold"; QODANA_SARIF_NAME = "qodana.sarif.json"; diff --git a/vsts/QodanaScan/task.json b/vsts/QodanaScan/task.json index f7fb96e3..f2aed3c9 100644 --- a/vsts/QodanaScan/task.json +++ b/vsts/QodanaScan/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 3 + "Patch": 4 }, "demands": ["RemoteDockerServerOS -equals linux"], "instanceNameFormat": "Qodana Scan", diff --git a/vsts/vss-extension.json b/vsts/vss-extension.json index 42320b02..99c0e58a 100644 --- a/vsts/vss-extension.json +++ b/vsts/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana", "name": "Qodana", - "version": "1.0.3", + "version": "1.0.4", "public": true, "publisher": "JetBrains", "targets": [