From 03fa9e019497923f67d56345840cb70e772cba2b Mon Sep 17 00:00:00 2001 From: qodana-bot Date: Fri, 6 Oct 2023 16:25:12 +0000 Subject: [PATCH] :arrow_up: Update `qodana` to `v2023.2.7` --- 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 | 2 +- vsts/vss-extension.json | 2 +- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/common/cli.json b/common/cli.json index 990240ae..9a4a5c3a 100644 --- a/common/cli.json +++ b/common/cli.json @@ -1,12 +1,12 @@ { - "version": "2023.2.6", + "version": "2023.2.7", "checksum": { - "windows_x86_64": "6807d66481839c68c2ec0590112b88b070ed9ebd49967219a008c1f6a89f6210", - "linux_arm64": "72d95ec82246f668ccab606c37784226440f374601fb70330836dc3d03ee0314", + "windows_x86_64": "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3", + "linux_arm64": "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6", "darwin_arm64": "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", "darwin_x86_64": "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - "windows_arm64": "e61882592ced61ea6d3d96009f2341f4b07b58078cd3ba326608b8d92d867e09", - "linux_x86_64": "268512c665881a4b02342419ca4973151ba5234ab5322a3e644b729bea0fa8ee", - "darwin_all": "448d400841afebb43479b5845cc344cc80ed0c600fc898f9e1f6a2a86824a130" + "windows_arm64": "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d", + "linux_x86_64": "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25", + "darwin_all": "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44" } } \ No newline at end of file diff --git a/orb/commands/scan.yml b/orb/commands/scan.yml index 76203b0d..63539261 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=bbf1109f158d999c61a9dc33eb38b8a205d819bc12d43e80a2ddf9ba458c970e - CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.6 + QODANA_SHA_256=ed2a8fe5e9ce84d1c35aee27e3194f5f0f3eabbf002a7f26ba0233f7ed72db02 + CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.7 mkdir -p $CLI_DIRECTORY if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \ - v2023.2.6 $CLI_DIRECTORY \ + v2023.2.7 $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 b3662ed9..76526617 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.6 + qodana: jetbrains/qodana@2023.2.7 jobs: code-quality: machine: diff --git a/scan/__tests__/main.test.ts b/scan/__tests__/main.test.ts index 21ee39b8..b9feafe8 100644 --- a/scan/__tests__/main.test.ts +++ b/scan/__tests__/main.test.ts @@ -228,7 +228,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.6 + uses: JetBrains/qodana-action@v2023.2.7 with: upload-result: true \`\`\` diff --git a/scan/dist/index.js b/scan/dist/index.js index 4df2c944..9ca0382a 100644 --- a/scan/dist/index.js +++ b/scan/dist/index.js @@ -8539,15 +8539,15 @@ var require_io = __commonJS({ var version2, checksum; var init_cli = __esm({ "../common/cli.json"() { - version2 = "2023.2.6"; + version2 = "2023.2.7"; checksum = { - windows_x86_64: "6807d66481839c68c2ec0590112b88b070ed9ebd49967219a008c1f6a89f6210", - linux_arm64: "72d95ec82246f668ccab606c37784226440f374601fb70330836dc3d03ee0314", + windows_x86_64: "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3", + linux_arm64: "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6", darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - windows_arm64: "e61882592ced61ea6d3d96009f2341f4b07b58078cd3ba326608b8d92d867e09", - linux_x86_64: "268512c665881a4b02342419ca4973151ba5234ab5322a3e644b729bea0fa8ee", - darwin_all: "448d400841afebb43479b5845cc344cc80ed0c600fc898f9e1f6a2a86824a130" + windows_arm64: "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d", + linux_x86_64: "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25", + darwin_all: "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44" }; } }); diff --git a/src/main/kotlin/org/jetbrains/qodana/Qodana.kt b/src/main/kotlin/org/jetbrains/qodana/Qodana.kt index ae5e2d40..52afec7e 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.6" + private const val VERSION = "2023.2.7" 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 49d83643..62f39f86 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.6"; + version = "2023.2.7"; checksum = { - windows_x86_64: "6807d66481839c68c2ec0590112b88b070ed9ebd49967219a008c1f6a89f6210", - linux_arm64: "72d95ec82246f668ccab606c37784226440f374601fb70330836dc3d03ee0314", + windows_x86_64: "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3", + linux_arm64: "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6", darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8", darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95", - windows_arm64: "e61882592ced61ea6d3d96009f2341f4b07b58078cd3ba326608b8d92d867e09", - linux_x86_64: "268512c665881a4b02342419ca4973151ba5234ab5322a3e644b729bea0fa8ee", - darwin_all: "448d400841afebb43479b5845cc344cc80ed0c600fc898f9e1f6a2a86824a130" + windows_arm64: "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d", + linux_x86_64: "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25", + darwin_all: "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44" }; } }); diff --git a/vsts/QodanaScan/task.json b/vsts/QodanaScan/task.json index adc95293..63710319 100644 --- a/vsts/QodanaScan/task.json +++ b/vsts/QodanaScan/task.json @@ -10,7 +10,7 @@ "version": { "Major": 2023, "Minor": 2, - "Patch": 6 + "Patch": 7 }, "demands": [ "RemoteDockerServerOS -equals linux" diff --git a/vsts/vss-extension.json b/vsts/vss-extension.json index cc79341a..3309044b 100644 --- a/vsts/vss-extension.json +++ b/vsts/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "qodana", "name": "Qodana", - "version": "2023.2.6", + "version": "2023.2.7", "public": true, "publisher": "JetBrains", "targets": [