From a8363b702c2d2d49a77620bcd10541686df21307 Mon Sep 17 00:00:00 2001 From: qodana-bot Date: Mon, 11 Dec 2023 16:11:53 +0000 Subject: [PATCH] :arrow_up: Update `qodana` to `v2023.3.0` --- common/cli.json | 12 ++++++------ orb/commands/scan.yml | 6 +++--- orb/examples/scan.yml | 2 +- scan/__tests__/main.test.ts | 2 +- scan/dist/index.js | 12 ++++++------ src/main/kotlin/org/jetbrains/qodana/Qodana.kt | 2 +- vsts/QodanaScan/index.js | 12 ++++++------ vsts/QodanaScan/task.json | 4 ++-- vsts/vss-extension.json | 2 +- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/common/cli.json b/common/cli.json index 91b1209a..e6e72d43 100644 --- a/common/cli.json +++ b/common/cli.json @@ -1,12 +1,12 @@ { - "version": "2023.2.9", + "version": "2023.3.0", "checksum": { - "windows_x86_64": "ad783e3d6e13a360725d44cb5ffa5c5fd8b5fa898e46c0232978361710276e02", - "linux_arm64": "90b43711c9632d58ea384dff5e1f9c777c91d03988a3a8dae10e3298df23e4b1", + "windows_x86_64": "2f12cfa640149a7b42e8a7576e8f91e24a6bfea89ff5ab8062385f852304255e", + "linux_arm64": "1233b8479b57445d84d111907bb69ffbedb444827aff4324872e0b14644f9b57", "darwin_arm64": "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", "darwin_x86_64": "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - "windows_arm64": "9cb88885d1380850a34f8e51a38fb1be012d2348312293c779d5b0a1b57b7daa", - "linux_x86_64": "6131b22269b9392608341ede868875d46adf1b10d6751eb4caf64df7657ce71f", - "darwin_all": "bebded982b84e1dda3d62db5ef8638dd22f9ff131206e6a5b6368662d178915a" + "windows_arm64": "61a23cf4d8fc8efb35f60a29bfd01d39d47e31e5a4c13d8ac9aba265ba815a88", + "linux_x86_64": "bf94fc6b466db16a5c72bd5af9d70a8ad29b9a6f381c085682ef3d7bb7e00725", + "darwin_all": "698751833e9ed3203264e8078e109f89a2a393b8dd4c16526c18b59a639b745c" } } \ No newline at end of file diff --git a/orb/commands/scan.yml b/orb/commands/scan.yml index 786a3fc8..a45a0967 100644 --- a/orb/commands/scan.yml +++ b/orb/commands/scan.yml @@ -53,12 +53,12 @@ steps: name: Qodana Scan command: | set -e - QODANA_SHA_256=58437c2cd061b8dff291a26544ff813189b8a797a6a68a287989e556ac5560d8 - CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.9 + QODANA_SHA_256=e7f70caea5c4711dd4eaf094750bf076875d7519f5f9f5e773e517efa402ff90 + CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.3.0 mkdir -p $CLI_DIRECTORY if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \ - v2023.2.9 $CLI_DIRECTORY \ + v2023.3.0 $CLI_DIRECTORY \ 1> /dev/null fi echo "$QODANA_SHA_256 $CLI_DIRECTORY/qodana" | sha256sum -c diff --git a/orb/examples/scan.yml b/orb/examples/scan.yml index 1305e41a..364b227c 100755 --- a/orb/examples/scan.yml +++ b/orb/examples/scan.yml @@ -3,7 +3,7 @@ description: > usage: version: 2.1 orbs: - qodana: jetbrains/qodana@2023.2.9 + qodana: jetbrains/qodana@2023.3.0 jobs: code-quality: machine: diff --git a/scan/__tests__/main.test.ts b/scan/__tests__/main.test.ts index aa94d9df..074bc4b8 100644 --- a/scan/__tests__/main.test.ts +++ b/scan/__tests__/main.test.ts @@ -285,7 +285,7 @@ To get \`*.log\` files or any other Qodana artifacts, run the action with \`uplo so that the action will upload the files as the job artifacts: \`\`\`yaml - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.2.9 + uses: JetBrains/qodana-action@v2023.3.0 with: upload-result: true \`\`\` diff --git a/scan/dist/index.js b/scan/dist/index.js index 451ec95c..e6e7ae00 100644 --- a/scan/dist/index.js +++ b/scan/dist/index.js @@ -23025,15 +23025,15 @@ var require_io = __commonJS({ var version2, checksum; var init_cli = __esm({ "../common/cli.json"() { - version2 = "2023.2.9"; + version2 = "2023.3.0"; checksum = { - windows_x86_64: "ad783e3d6e13a360725d44cb5ffa5c5fd8b5fa898e46c0232978361710276e02", - linux_arm64: "90b43711c9632d58ea384dff5e1f9c777c91d03988a3a8dae10e3298df23e4b1", + windows_x86_64: "2f12cfa640149a7b42e8a7576e8f91e24a6bfea89ff5ab8062385f852304255e", + linux_arm64: "1233b8479b57445d84d111907bb69ffbedb444827aff4324872e0b14644f9b57", darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - windows_arm64: "9cb88885d1380850a34f8e51a38fb1be012d2348312293c779d5b0a1b57b7daa", - linux_x86_64: "6131b22269b9392608341ede868875d46adf1b10d6751eb4caf64df7657ce71f", - darwin_all: "bebded982b84e1dda3d62db5ef8638dd22f9ff131206e6a5b6368662d178915a" + windows_arm64: "61a23cf4d8fc8efb35f60a29bfd01d39d47e31e5a4c13d8ac9aba265ba815a88", + linux_x86_64: "bf94fc6b466db16a5c72bd5af9d70a8ad29b9a6f381c085682ef3d7bb7e00725", + darwin_all: "698751833e9ed3203264e8078e109f89a2a393b8dd4c16526c18b59a639b745c" }; } }); diff --git a/src/main/kotlin/org/jetbrains/qodana/Qodana.kt b/src/main/kotlin/org/jetbrains/qodana/Qodana.kt index 282465a4..3af72689 100644 --- a/src/main/kotlin/org/jetbrains/qodana/Qodana.kt +++ b/src/main/kotlin/org/jetbrains/qodana/Qodana.kt @@ -14,7 +14,7 @@ import java.nio.file.attribute.PosixFilePermission class Installer { val log: Logger = org.gradle.api.logging.Logging.getLogger(Installer::class.java) companion object { - private const val VERSION = "2023.2.9" + private const val VERSION = "2023.3.0" private const val RELEASE_DOWNLOAD_URL = "https://github.com/JetBrains/qodana-cli/releases/download/v%s/qodana_%s_%s" fun getQodanaUrl(platform: String = getPlatformName(), arch: String = getArchName(), version: String = VERSION): String { diff --git a/vsts/QodanaScan/index.js b/vsts/QodanaScan/index.js index c9a3d3ec..136f27b4 100644 --- a/vsts/QodanaScan/index.js +++ b/vsts/QodanaScan/index.js @@ -37,15 +37,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru var version, checksum; var init_cli = __esm({ "../common/cli.json"() { - version = "2023.2.9"; + version = "2023.3.0"; checksum = { - windows_x86_64: "ad783e3d6e13a360725d44cb5ffa5c5fd8b5fa898e46c0232978361710276e02", - linux_arm64: "90b43711c9632d58ea384dff5e1f9c777c91d03988a3a8dae10e3298df23e4b1", + windows_x86_64: "2f12cfa640149a7b42e8a7576e8f91e24a6bfea89ff5ab8062385f852304255e", + linux_arm64: "1233b8479b57445d84d111907bb69ffbedb444827aff4324872e0b14644f9b57", darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - windows_arm64: "9cb88885d1380850a34f8e51a38fb1be012d2348312293c779d5b0a1b57b7daa", - linux_x86_64: "6131b22269b9392608341ede868875d46adf1b10d6751eb4caf64df7657ce71f", - darwin_all: "bebded982b84e1dda3d62db5ef8638dd22f9ff131206e6a5b6368662d178915a" + windows_arm64: "61a23cf4d8fc8efb35f60a29bfd01d39d47e31e5a4c13d8ac9aba265ba815a88", + linux_x86_64: "bf94fc6b466db16a5c72bd5af9d70a8ad29b9a6f381c085682ef3d7bb7e00725", + darwin_all: "698751833e9ed3203264e8078e109f89a2a393b8dd4c16526c18b59a639b745c" }; } }); diff --git a/vsts/QodanaScan/task.json b/vsts/QodanaScan/task.json index bf314a67..8002a268 100644 --- a/vsts/QodanaScan/task.json +++ b/vsts/QodanaScan/task.json @@ -9,8 +9,8 @@ "author": "JetBrains", "version": { "Major": 2023, - "Minor": 2, - "Patch": 9 + "Minor": 3, + "Patch": 0 }, "instanceNameFormat": "Qodana Scan", "inputs": [ diff --git a/vsts/vss-extension.json b/vsts/vss-extension.json index a93938e2..67787758 100644 --- a/vsts/vss-extension.json +++ b/vsts/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana", "name": "Qodana", - "version": "2023.2.9", + "version": "2023.3.0", "public": true, "publisher": "JetBrains", "targets": [