diff --git a/GRADLE.md b/GRADLE.md index 90bd1193..a81262f3 100644 --- a/GRADLE.md +++ b/GRADLE.md @@ -23,7 +23,7 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file: ```groovy plugins { - id "org.jetbrains.qodana" version "2024.3.2" + id "org.jetbrains.qodana" version "2024.3.3" } ``` @@ -31,7 +31,7 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file: ```kotlin plugins { - id("org.jetbrains.qodana") version "2024.3.2" + id("org.jetbrains.qodana") version "2024.3.3" } ``` @@ -64,7 +64,7 @@ Add this to your Gradle configuration file: ```groovy plugins { // applies Gradle Qodana plugin to use it in project - id "org.jetbrains.qodana" version "2024.3.2" + id "org.jetbrains.qodana" version "2024.3.3" } qodana { @@ -82,7 +82,7 @@ Add this to your Gradle configuration file: ```kotlin plugins { // applies Gradle Qodana plugin to use it in project - id("org.jetbrains.qodana") version "2024.3.2" + id("org.jetbrains.qodana") version "2024.3.3" } qodana { diff --git a/common/cli.json b/common/cli.json index b38a12a2..c91f54fe 100644 --- a/common/cli.json +++ b/common/cli.json @@ -1,11 +1,11 @@ { - "version": "2024.3.2", + "version": "2024.3.3", "checksum": { - "windows_x86_64": "d2260f5d2cfd18c0795adcaf7ff57f77d2e7f9d0ce888531c443923388262eec", - "linux_arm64": "8086568b6c62fb7f109c33d8f04f68cf060db4cd260a46d5f581fb093474ecc7", - "darwin_arm64": "03962c7c513b6a1ca67164bbcb65f8673a60cff6fe13f618598439b45d352084", - "darwin_x86_64": "e70904e0c4fc1d56a8d5f1e2682ccbe168b41b973dac2c5fe42f9b31837dbd86", - "windows_arm64": "940e9a84b03db0b5e67f93299879e804984b3893577a58b2424dbc5c2db39cbe", - "linux_x86_64": "a7a47898971fe2c7db08d10afc40292736df33e9b33d9d84b8672f3ec246da04" + "windows_x86_64": "ca62ab6fbdd224195c2aea865b93b8d3f7a28ad9a1b26c57a28d74f24e653e19", + "linux_arm64": "798e11aa266c55018388e341eb890725fad4bf31cf7d274e60f82caa14aa39a6", + "darwin_arm64": "9e2bcc3e24b7b72e83fd250eaea6bc6ae23a2222fd5187b441cb9c528a4c36f0", + "darwin_x86_64": "b60862c5e0a86574cce8b2d1714d81ef65fb7433f647103c015ff4ac33ddfa64", + "windows_arm64": "ebd86522fa35d22ceebede02adc6afcce3b5e70e97ceb3a1a15073463d5e9882", + "linux_x86_64": "e73819c24d1cac01c1bf2bfd4feb23eaf0c52e4db5571747ca0d65c80be538a1" } } \ No newline at end of file diff --git a/orb/commands/scan.yml b/orb/commands/scan.yml index f42b10a5..5d8008ff 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=d5025e1ef5cd61c7d7fb99951f6f9256f07876a388945a5dafa7895669ef4e9e - CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.3.2 + QODANA_SHA_256=c77660f98b78f0253bc5b9050ee4841aa895ba9e045c522525edb94fcb1e9075 + CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.3.3 mkdir -p $CLI_DIRECTORY if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \ - v2024.3.2 $CLI_DIRECTORY \ + v2024.3.3 $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 c72bbc0b..52344e42 100755 --- a/orb/examples/scan.yml +++ b/orb/examples/scan.yml @@ -3,7 +3,7 @@ description: > usage: version: 2.1 orbs: - qodana: jetbrains/qodana@2024.3.2 + qodana: jetbrains/qodana@2024.3.3 jobs: code-quality: machine: diff --git a/plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt b/plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt index db7cfd3a..a199f753 100644 --- a/plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt +++ b/plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt @@ -106,5 +106,13 @@ val CHECKSUMS = mapOf( "linux_arm64" to "f1f4a85693ba701fc13d3f70e94679b5be7d8a07d4087ceeb1195cf24895e77c", "darwin_x86_64" to "17afbd22c8538b01b45a1aee3e1697ae5fd835d92ed1c916085e092f01cdd24f", "darwin_arm64" to "70c4dfd3d9b63f45af3a1538bb1e52560ef55c8dbfe61e00494a3666abf1ad5a" + ), + "2024.3.3" to mapOf( + "windows_x86_64" to "30d5221a72ed75a974a6d163dec83c1ce9ab8b68fe9ca64152c8c695e30d2841", + "windows_arm64" to "d039171c502712a0b5e490daee18dde7ec0fd26c7cb70fe5d0128072986f1cda", + "linux_x86_64" to "c77660f98b78f0253bc5b9050ee4841aa895ba9e045c522525edb94fcb1e9075", + "linux_arm64" to "62a74256ad6e7a7075976e83dbcc6be150176ffd710c8efbe0c62491507983f3", + "darwin_x86_64" to "c7d80eaaa6ccf7cd351a46b5cd4fd0523cbd0d02bda1e1200e23bd3b5300f3f0", + "darwin_arm64" to "124f3ffc43d72eea071338ff7c4589f4656a541d0461cb0073146c4d50a30588" ) ) \ No newline at end of file diff --git a/plugin/src/main/kotlin/org/jetbrains/qodana/Qodana.kt b/plugin/src/main/kotlin/org/jetbrains/qodana/Qodana.kt index 96876fce..d2a11654 100644 --- a/plugin/src/main/kotlin/org/jetbrains/qodana/Qodana.kt +++ b/plugin/src/main/kotlin/org/jetbrains/qodana/Qodana.kt @@ -32,7 +32,7 @@ class Installer { val log: Logger = Logger.getLogger(Installer::class.java.name) companion object { - private const val LATEST_VERSION = "v2024.3.2" + private const val LATEST_VERSION = "v2024.3.3" private const val RELEASE_DOWNLOAD_URL = "https://github.com/JetBrains/qodana-cli/releases/download/%s/qodana_%s_%s" diff --git a/scan/__tests__/main.test.ts b/scan/__tests__/main.test.ts index ca73f9fc..bbc70fd9 100644 --- a/scan/__tests__/main.test.ts +++ b/scan/__tests__/main.test.ts @@ -42,7 +42,7 @@ test('validate branch names', () => { 'refs/heads/main', 'refs/tags/v1.0.0', 'refs/pull/123/merge', - 'v2024.3.2' + 'v2024.3.3' ] for (let branchName of validBranchNames) { expect(validateBranchName(branchName)).toEqual(branchName) @@ -332,7 +332,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@v2024.3.2 + uses: JetBrains/qodana-action@v2024.3.3 with: upload-result: true \`\`\` diff --git a/scan/dist/index.js b/scan/dist/index.js index bf1de473..87f5abed 100644 --- a/scan/dist/index.js +++ b/scan/dist/index.js @@ -20463,14 +20463,14 @@ Support boolean input list: \`true | True | TRUE | false | False | FALSE\``); var version, checksum; var init_cli = __esm({ "../common/cli.json"() { - version = "2024.3.2"; + version = "2024.3.3"; checksum = { - windows_x86_64: "d2260f5d2cfd18c0795adcaf7ff57f77d2e7f9d0ce888531c443923388262eec", - linux_arm64: "8086568b6c62fb7f109c33d8f04f68cf060db4cd260a46d5f581fb093474ecc7", - darwin_arm64: "03962c7c513b6a1ca67164bbcb65f8673a60cff6fe13f618598439b45d352084", - darwin_x86_64: "e70904e0c4fc1d56a8d5f1e2682ccbe168b41b973dac2c5fe42f9b31837dbd86", - windows_arm64: "940e9a84b03db0b5e67f93299879e804984b3893577a58b2424dbc5c2db39cbe", - linux_x86_64: "a7a47898971fe2c7db08d10afc40292736df33e9b33d9d84b8672f3ec246da04" + windows_x86_64: "ca62ab6fbdd224195c2aea865b93b8d3f7a28ad9a1b26c57a28d74f24e653e19", + linux_arm64: "798e11aa266c55018388e341eb890725fad4bf31cf7d274e60f82caa14aa39a6", + darwin_arm64: "9e2bcc3e24b7b72e83fd250eaea6bc6ae23a2222fd5187b441cb9c528a4c36f0", + darwin_x86_64: "b60862c5e0a86574cce8b2d1714d81ef65fb7433f647103c015ff4ac33ddfa64", + windows_arm64: "ebd86522fa35d22ceebede02adc6afcce3b5e70e97ceb3a1a15073463d5e9882", + linux_x86_64: "e73819c24d1cac01c1bf2bfd4feb23eaf0c52e4db5571747ca0d65c80be538a1" }; } }); diff --git a/vsts/QodanaScan/index.js b/vsts/QodanaScan/index.js index 72e31f48..463c8672 100644 --- a/vsts/QodanaScan/index.js +++ b/vsts/QodanaScan/index.js @@ -37,14 +37,14 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru var version, checksum; var init_cli = __esm({ "../common/cli.json"() { - version = "2024.3.2"; + version = "2024.3.3"; checksum = { - windows_x86_64: "d2260f5d2cfd18c0795adcaf7ff57f77d2e7f9d0ce888531c443923388262eec", - linux_arm64: "8086568b6c62fb7f109c33d8f04f68cf060db4cd260a46d5f581fb093474ecc7", - darwin_arm64: "03962c7c513b6a1ca67164bbcb65f8673a60cff6fe13f618598439b45d352084", - darwin_x86_64: "e70904e0c4fc1d56a8d5f1e2682ccbe168b41b973dac2c5fe42f9b31837dbd86", - windows_arm64: "940e9a84b03db0b5e67f93299879e804984b3893577a58b2424dbc5c2db39cbe", - linux_x86_64: "a7a47898971fe2c7db08d10afc40292736df33e9b33d9d84b8672f3ec246da04" + windows_x86_64: "ca62ab6fbdd224195c2aea865b93b8d3f7a28ad9a1b26c57a28d74f24e653e19", + linux_arm64: "798e11aa266c55018388e341eb890725fad4bf31cf7d274e60f82caa14aa39a6", + darwin_arm64: "9e2bcc3e24b7b72e83fd250eaea6bc6ae23a2222fd5187b441cb9c528a4c36f0", + darwin_x86_64: "b60862c5e0a86574cce8b2d1714d81ef65fb7433f647103c015ff4ac33ddfa64", + windows_arm64: "ebd86522fa35d22ceebede02adc6afcce3b5e70e97ceb3a1a15073463d5e9882", + linux_x86_64: "e73819c24d1cac01c1bf2bfd4feb23eaf0c52e4db5571747ca0d65c80be538a1" }; } }); diff --git a/vsts/QodanaScan/task.json b/vsts/QodanaScan/task.json index 7786fb00..3dce29ef 100644 --- a/vsts/QodanaScan/task.json +++ b/vsts/QodanaScan/task.json @@ -10,7 +10,7 @@ "version": { "Major": 2024, "Minor": 3, - "Patch": 2 + "Patch": 3 }, "instanceNameFormat": "Qodana Scan", "inputs": [ diff --git a/vsts/vss-extension.dev.json b/vsts/vss-extension.dev.json index 60210a1a..563f35f6 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.134", + "version": "2024.3.135", "publisher": "JetBrains", "targets": [ { diff --git a/vsts/vss-extension.json b/vsts/vss-extension.json index 678d65b7..fffa1013 100644 --- a/vsts/vss-extension.json +++ b/vsts/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana", "name": "Qodana", - "version": "2024.3.2", + "version": "2024.3.3", "public": true, "publisher": "JetBrains", "targets": [