diff --git a/vsts/QodanaScan/index.js b/vsts/QodanaScan/index.js index 129e5971..61393356 100644 --- a/vsts/QodanaScan/index.js +++ b/vsts/QodanaScan/index.js @@ -14704,6 +14704,7 @@ var require_utils3 = __commonJS({ uploadSarif: tl2.getBoolInput("uploadSarif", false) || true, artifactName: tl2.getInput("artifactName", false) || "qodana-report", useNightly: tl2.getBoolInput("useNightly", false) || false, + prMode: tl2.getBoolInput("prMode", false) || false, // Not used by the Azure task postComment: false, additionalCacheKey: "", @@ -14711,7 +14712,6 @@ var require_utils3 = __commonJS({ useAnnotations: false, useCaches: false, cacheDefaultBranchOnly: false, - prMode: false, githubToken: "", pushFixes: "none", commitMessage: "" diff --git a/vsts/vss-extension.dev.json b/vsts/vss-extension.dev.json index 3d42e091..251f56df 100644 --- a/vsts/vss-extension.dev.json +++ b/vsts/vss-extension.dev.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana-dev", "name": "Qodana (Dev)", - "version": "2024.3.139", + "version": "2024.3.140", "publisher": "JetBrains", "targets": [ {