Skip to content

Commit

Permalink
⬆️ Update qodana to v2024.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored and tiulpin committed Sep 17, 2024
1 parent 354ba50 commit e2abfc9
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 35 deletions.
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.11"
}
```
- Kotlin DSL – `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.1.9"
id("org.jetbrains.qodana") version "2024.1.11"
}
```
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.11"
}
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.11"
}
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.11",
"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": "675f63e1c90b885421b97413ed10bcab913af73cf9d7aa77f949c6399b264276",
"linux_arm64": "fee68a924c1057cffb172500df925f2604bf84e2f43bde746775ad308f876523",
"darwin_arm64": "54fa044339bbede3dd9732d9a7ac9945a8b3b4d0f1593f65f08f13e49a12c28a",
"darwin_x86_64": "ecc15c80bff3fab232c741963b5434ddfff757137b03c930f4bc996ec32e1e20",
"windows_arm64": "96c93813f8d9832c4ac1ce0a800dd64fe3b2b81616681effe6c48ed280589bd1",
"linux_x86_64": "bd6c03ed95356027403b290c6def781831be247ad0294b6b36f916db3e7ae4a1"
}
}
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=13a4936eff5fc862171211338768972043979f48923524d4b8eb7314d76fc4f4
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.11
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.11 $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/[email protected].9
qodana: jetbrains/[email protected].11
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.11" to mapOf(
"windows_x86_64" to "b652d9d5448aaa63ce82692831b50c2187d4e0675f934d5880e02ceb6e8980c9",
"windows_arm64" to "25eb03c3226b80e3a6f3e68c5190c61e3c04f8c65f249b26547585e97171db92",
"linux_x86_64" to "13a4936eff5fc862171211338768972043979f48923524d4b8eb7314d76fc4f4",
"linux_arm64" to "338372c285cfd35409769393c357e1af190823317e4ec9d4a04acd37ecfadcda",
"darwin_x86_64" to "74f6f25176fde39018a2ee627ebbbf3a1fb9c6e5b9db911996929ab8d1dd126a",
"darwin_arm64" to "68fff81b14a9725ffcc156f947dd23e8147203c06c952366005021c69ba40a57"
)
)
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.11"
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.11'
]
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/[email protected].9
uses: JetBrains/[email protected].11
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.11";
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: "675f63e1c90b885421b97413ed10bcab913af73cf9d7aa77f949c6399b264276",
linux_arm64: "fee68a924c1057cffb172500df925f2604bf84e2f43bde746775ad308f876523",
darwin_arm64: "54fa044339bbede3dd9732d9a7ac9945a8b3b4d0f1593f65f08f13e49a12c28a",
darwin_x86_64: "ecc15c80bff3fab232c741963b5434ddfff757137b03c930f4bc996ec32e1e20",
windows_arm64: "96c93813f8d9832c4ac1ce0a800dd64fe3b2b81616681effe6c48ed280589bd1",
linux_x86_64: "bd6c03ed95356027403b290c6def781831be247ad0294b6b36f916db3e7ae4a1"
};
}
});
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.11";
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: "675f63e1c90b885421b97413ed10bcab913af73cf9d7aa77f949c6399b264276",
linux_arm64: "fee68a924c1057cffb172500df925f2604bf84e2f43bde746775ad308f876523",
darwin_arm64: "54fa044339bbede3dd9732d9a7ac9945a8b3b4d0f1593f65f08f13e49a12c28a",
darwin_x86_64: "ecc15c80bff3fab232c741963b5434ddfff757137b03c930f4bc996ec32e1e20",
windows_arm64: "96c93813f8d9832c4ac1ce0a800dd64fe3b2b81616681effe6c48ed280589bd1",
linux_x86_64: "bd6c03ed95356027403b290c6def781831be247ad0294b6b36f916db3e7ae4a1"
};
}
});
Expand Down
2 changes: 1 addition & 1 deletion vsts/QodanaScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 2024,
"Minor": 1,
"Patch": 10
"Patch": 11
},
"instanceNameFormat": "Qodana Scan",
"inputs": [
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

0 comments on commit e2abfc9

Please sign in to comment.