Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update qodana to the v2024.1.10 #370

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions GRADLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file:

```groovy
plugins {
id "org.jetbrains.qodana" version "2024.1.9"
id "org.jetbrains.qodana" version "2024.1.10"
}
```

- Kotlin DSL – `build.gradle.kts`

```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.1.9"
id("org.jetbrains.qodana") version "2024.1.10"
}
```

Expand Down Expand Up @@ -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.9"
id "org.jetbrains.qodana" version "2024.1.10"
}

qodana {
Expand All @@ -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.9"
id("org.jetbrains.qodana") version "2024.1.10"
}

qodana {
Expand Down
14 changes: 7 additions & 7 deletions common/cli.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2024.1.9",
"version": "2024.1.10",
"checksum": {
"windows_x86_64": "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
"linux_arm64": "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
"darwin_arm64": "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
"darwin_x86_64": "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
"windows_arm64": "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
"linux_x86_64": "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
"windows_x86_64": "2786eb24827e557bf2696123aa958c251b1de11d8b62cd672b474e62bded91cb",
"linux_arm64": "cd70b0c10587b20c74aa0610abb06b5c8e53e105d8c5c3a3668494e9360eb5f5",
"darwin_arm64": "27075d962bcd9652293cff1642b11eb33fb518a84c110e60fd2de577ad78fa71",
"darwin_x86_64": "c250a636aad2a93a3ea1a86b7f579efeb71e4a28a6b4326062a7d8c86874a36f",
"windows_arm64": "5a542ac1cf1d47a09a2db990e4e59a7faf2245b43449234be03e2898c25199ac",
"linux_x86_64": "c80cf7b4c8acd84dd34363b399ce05cd121f1f35781f08ffb9d00e0ad280c53f"
}
}
6 changes: 3 additions & 3 deletions orb/commands/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ steps:
name: Qodana Scan
command: |
set -e
QODANA_SHA_256=9859b14a67b384015f6e65cb6c8835ba750e56ee8421f3ee14c6b2b3f8f9d8a3
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.9
QODANA_SHA_256=cfa98c7e789356aa60ee715e2f29972d72c7bb04756c0cc24e0dc67d3dd76db2
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.10
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2024.1.9 $CLI_DIRECTORY \
v2024.1.10 $CLI_DIRECTORY \
1> /dev/null
fi
echo "$QODANA_SHA_256 $CLI_DIRECTORY/qodana" | sha256sum -c
Expand Down
2 changes: 1 addition & 1 deletion orb/examples/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
qodana: jetbrains/qodana@2024.1.9
qodana: jetbrains/qodana@2024.1.10
jobs:
code-quality:
machine:
Expand Down
10 changes: 9 additions & 1 deletion plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,13 @@ val CHECKSUMS = mapOf(
"linux_arm64" to "67f7845b390ba0de022ac60beea84a3eb2d69524806b03a7928f0953c10eebd7",
"darwin_x86_64" to "226ffc4887ebab497a44f7c72f68589104fe5c34141b874eab280a89a5a4c74d",
"darwin_arm64" to "89fd2f7752478ed0a61961cdc839a6317d5336ebbacf2adf9f9abdb2d5b6a92d"
),
),,
"2024.1.10" to mapOf(
"windows_x86_64" to "dc04aaf421775dc5173dcca0f2fa502f5821aef1652e476ae0e370c6c8245855",
"windows_arm64" to "3c9de0fa3b491945025e68652a1bf0729e87c8e30fbb1d942bb0cf32365d2f5b",
"linux_x86_64" to "cfa98c7e789356aa60ee715e2f29972d72c7bb04756c0cc24e0dc67d3dd76db2",
"linux_arm64" to "bd5ed30d9ebfd1cf5fc998b74d766c6839faabd9d263f385c5bf636cf6f6045e",
"darwin_x86_64" to "564111e055025da8937709f221d7a42ec3af592c155340be4a40913b80c00a74",
"darwin_arm64" to "1d86c6a72e99554aadaa3476814b3a8e34d54c57bde7ebfccf5131d0ff56801f"
)
)
2 changes: 1 addition & 1 deletion plugin/src/main/kotlin/org/jetbrains/qodana/Qodana.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Installer {
val log: Logger = Logger.getLogger(Installer::class.java.name)

companion object {
private const val LATEST_VERSION = "v2024.1.9"
private const val LATEST_VERSION = "v2024.1.10"
private const val RELEASE_DOWNLOAD_URL =
"https://github.com/JetBrains/qodana-cli/releases/download/%s/qodana_%s_%s"

Expand Down
4 changes: 2 additions & 2 deletions scan/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test('validate branch names', () => {
'refs/heads/main',
'refs/tags/v1.0.0',
'refs/pull/123/merge',
'v2024.1.9'
'v2024.1.10'
]
for (let branchName of validBranchNames) {
expect(validateBranchName(branchName)).toEqual(branchName)
Expand Down Expand Up @@ -334,7 +334,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.9
uses: JetBrains/qodana-action@v2024.1.10
with:
upload-result: true
\`\`\`
Expand Down
14 changes: 7 additions & 7 deletions scan/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24209,14 +24209,14 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2024.1.9";
version2 = "2024.1.10";
checksum = {
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
windows_x86_64: "2786eb24827e557bf2696123aa958c251b1de11d8b62cd672b474e62bded91cb",
linux_arm64: "cd70b0c10587b20c74aa0610abb06b5c8e53e105d8c5c3a3668494e9360eb5f5",
darwin_arm64: "27075d962bcd9652293cff1642b11eb33fb518a84c110e60fd2de577ad78fa71",
darwin_x86_64: "c250a636aad2a93a3ea1a86b7f579efeb71e4a28a6b4326062a7d8c86874a36f",
windows_arm64: "5a542ac1cf1d47a09a2db990e4e59a7faf2245b43449234be03e2898c25199ac",
linux_x86_64: "c80cf7b4c8acd84dd34363b399ce05cd121f1f35781f08ffb9d00e0ad280c53f"
};
}
});
Expand Down
14 changes: 7 additions & 7 deletions vsts/QodanaScan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.9";
version = "2024.1.10";
checksum = {
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
windows_x86_64: "2786eb24827e557bf2696123aa958c251b1de11d8b62cd672b474e62bded91cb",
linux_arm64: "cd70b0c10587b20c74aa0610abb06b5c8e53e105d8c5c3a3668494e9360eb5f5",
darwin_arm64: "27075d962bcd9652293cff1642b11eb33fb518a84c110e60fd2de577ad78fa71",
darwin_x86_64: "c250a636aad2a93a3ea1a86b7f579efeb71e4a28a6b4326062a7d8c86874a36f",
windows_arm64: "5a542ac1cf1d47a09a2db990e4e59a7faf2245b43449234be03e2898c25199ac",
linux_x86_64: "c80cf7b4c8acd84dd34363b399ce05cd121f1f35781f08ffb9d00e0ad280c53f"
};
}
});
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.1.119",
"version": "2024.1.120",
"publisher": "JetBrains",
"targets": [
{
Expand Down
Loading