Skip to content

Commit

Permalink
⬆️ Update js codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Dec 20, 2024
1 parent 662d45a commit 95310dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsts/QodanaScan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14704,14 +14704,14 @@ 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: "",
primaryCacheKey: "",
useAnnotations: false,
useCaches: false,
cacheDefaultBranchOnly: false,
prMode: false,
githubToken: "",
pushFixes: "none",
commitMessage: ""
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana-dev",
"name": "Qodana (Dev)",
"version": "2024.3.139",
"version": "2024.3.140",
"publisher": "JetBrains",
"targets": [
{
Expand Down

0 comments on commit 95310dd

Please sign in to comment.