diff --git a/GRADLE.md b/GRADLE.md index fe0ad2d0..2952ae92 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.1.3" + id "org.jetbrains.qodana" version "2024.1.4" } ``` @@ -31,7 +31,7 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file: ```kotlin plugins { - id("org.jetbrains.qodana") version "2024.1.3" + id("org.jetbrains.qodana") version "2024.1.4" } ``` @@ -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.1.3" + id "org.jetbrains.qodana" version "2024.1.4" } 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.1.3" + id("org.jetbrains.qodana") version "2024.1.4" } qodana { diff --git a/common/cli.json b/common/cli.json index 1db61b4d..5385366e 100644 --- a/common/cli.json +++ b/common/cli.json @@ -1,11 +1,11 @@ { - "version": "2024.1.3", + "version": "2024.1.4", "checksum": { - "windows_x86_64": "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45", - "linux_arm64": "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2", - "darwin_arm64": "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a", - "darwin_x86_64": "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f", - "windows_arm64": "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4", - "linux_x86_64": "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8" + "windows_x86_64": "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987", + "linux_arm64": "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6", + "darwin_arm64": "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690", + "darwin_x86_64": "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902", + "windows_arm64": "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b", + "linux_x86_64": "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e" } } \ No newline at end of file diff --git a/orb/commands/scan.yml b/orb/commands/scan.yml index 0aa2e08f..868aaa8f 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=bbcf2ef8c9b9f74d0668bec5a45819eed723fe1a862de0ffb4601b164cec8ef7 - CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.3 + QODANA_SHA_256=a82c6e1e5d892e7c70a976e35aec48b2ffef89b046bfdc527d68072bd980bd06 + CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.4 mkdir -p $CLI_DIRECTORY if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \ - v2024.1.3 $CLI_DIRECTORY \ + v2024.1.4 $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 ea8916f8..b0cebf0b 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.1.3 + qodana: jetbrains/qodana@2024.1.4 jobs: code-quality: machine: diff --git a/scan/__tests__/main.test.ts b/scan/__tests__/main.test.ts index e34c9a4e..3828a4bb 100644 --- a/scan/__tests__/main.test.ts +++ b/scan/__tests__/main.test.ts @@ -26,7 +26,7 @@ test('validate branch names', () => { 'refs/heads/main', 'refs/tags/v1.0.0', 'refs/pull/123/merge', - 'v2024.1.3' + 'v2024.1.4' ] for (let branchName of validBranchNames) { expect(validateBranchName(branchName)).toEqual(branchName) @@ -315,7 +315,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.1.3 + uses: JetBrains/qodana-action@v2024.1.4 with: upload-result: true \`\`\` diff --git a/scan/dist/index.js b/scan/dist/index.js index 6ed009a5..bdff7c5f 100644 --- a/scan/dist/index.js +++ b/scan/dist/index.js @@ -24276,14 +24276,14 @@ var require_io = __commonJS({ var version2, checksum; var init_cli = __esm({ "../common/cli.json"() { - version2 = "2024.1.3"; + version2 = "2024.1.4"; checksum = { - windows_x86_64: "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45", - linux_arm64: "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2", - darwin_arm64: "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a", - darwin_x86_64: "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f", - windows_arm64: "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4", - linux_x86_64: "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8" + windows_x86_64: "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987", + linux_arm64: "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6", + darwin_arm64: "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690", + darwin_x86_64: "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902", + windows_arm64: "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b", + linux_x86_64: "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e" }; } }); diff --git a/src/main/kotlin/org/jetbrains/qodana/Qodana.kt b/src/main/kotlin/org/jetbrains/qodana/Qodana.kt index 252c795f..091ef77b 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 = "2024.1.3" + private const val VERSION = "2024.1.4" 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 bca06b76..af3da15f 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.1.3"; + version = "2024.1.4"; checksum = { - windows_x86_64: "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45", - linux_arm64: "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2", - darwin_arm64: "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a", - darwin_x86_64: "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f", - windows_arm64: "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4", - linux_x86_64: "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8" + windows_x86_64: "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987", + linux_arm64: "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6", + darwin_arm64: "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690", + darwin_x86_64: "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902", + windows_arm64: "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b", + linux_x86_64: "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e" }; } }); diff --git a/vsts/QodanaScan/task.json b/vsts/QodanaScan/task.json index 4704ea7b..6d47f66a 100644 --- a/vsts/QodanaScan/task.json +++ b/vsts/QodanaScan/task.json @@ -10,7 +10,7 @@ "version": { "Major": 2024, "Minor": 1, - "Patch": 3 + "Patch": 4 }, "instanceNameFormat": "Qodana Scan", "inputs": [ diff --git a/vsts/vss-extension.dev.json b/vsts/vss-extension.dev.json index 0657be0b..176cc13f 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.1.3", + "version": "2024.1.4", "publisher": "JetBrains", "targets": [ { diff --git a/vsts/vss-extension.json b/vsts/vss-extension.json index 85b31214..4895a205 100644 --- a/vsts/vss-extension.json +++ b/vsts/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana", "name": "Qodana", - "version": "2024.1.3", + "version": "2024.1.4", "public": true, "publisher": "JetBrains", "targets": [