Skip to content

Commit 2dbc410

Browse files
qodana-bottiulpin
authored andcommitted
⬆️ Update qodana to v2024.1.2
1 parent 5faa8fe commit 2dbc410

File tree

11 files changed

+34
-34
lines changed

11 files changed

+34
-34
lines changed

GRADLE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Apply Gradle plugin `org.jetbrains.qodana` in the Gradle configuration file:
2323
2424
```groovy
2525
plugins {
26-
id "org.jetbrains.qodana" version "2024.1.1"
26+
id "org.jetbrains.qodana" version "2024.1.2"
2727
}
2828
```
2929
3030
- Kotlin DSL – `build.gradle.kts`
3131
3232
```kotlin
3333
plugins {
34-
id("org.jetbrains.qodana") version "2024.1.1"
34+
id("org.jetbrains.qodana") version "2024.1.2"
3535
}
3636
```
3737
@@ -64,7 +64,7 @@ Add this to your Gradle configuration file:
6464
```groovy
6565
plugins {
6666
// applies Gradle Qodana plugin to use it in project
67-
id "org.jetbrains.qodana" version "2024.1.1"
67+
id "org.jetbrains.qodana" version "2024.1.2"
6868
}
6969
7070
qodana {
@@ -82,7 +82,7 @@ Add this to your Gradle configuration file:
8282
```kotlin
8383
plugins {
8484
// applies Gradle Qodana plugin to use it in project
85-
id("org.jetbrains.qodana") version "2024.1.1"
85+
id("org.jetbrains.qodana") version "2024.1.2"
8686
}
8787
8888
qodana {

common/cli.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "2024.1.1",
2+
"version": "2024.1.2",
33
"checksum": {
4-
"windows_x86_64": "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
5-
"linux_arm64": "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
6-
"darwin_arm64": "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
7-
"darwin_x86_64": "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
8-
"windows_arm64": "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
9-
"linux_x86_64": "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
4+
"windows_x86_64": "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
5+
"linux_arm64": "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
6+
"darwin_arm64": "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
7+
"darwin_x86_64": "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
8+
"windows_arm64": "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
9+
"linux_x86_64": "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
1010
}
1111
}

orb/commands/scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ steps:
5353
name: Qodana Scan
5454
command: |
5555
set -e
56-
QODANA_SHA_256=e52213d3ec7f4657b1f9320a7d893d94139be214014c447fc2bdb1b342ff808d
57-
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.1
56+
QODANA_SHA_256=9832a15cee53a7c990d24b4a352fb5d744272e72113df0874e970f4a6cf9bc9c
57+
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.2
5858
mkdir -p $CLI_DIRECTORY
5959
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
6060
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
61-
v2024.1.1 $CLI_DIRECTORY \
61+
v2024.1.2 $CLI_DIRECTORY \
6262
1> /dev/null
6363
fi
6464
echo "$QODANA_SHA_256 $CLI_DIRECTORY/qodana" | sha256sum -c

orb/examples/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
usage:
44
version: 2.1
55
orbs:
6-
qodana: jetbrains/[email protected].1
6+
qodana: jetbrains/[email protected].2
77
jobs:
88
code-quality:
99
machine:

scan/__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ To get \`*.log\` files or any other Qodana artifacts, run the action with \`uplo
300300
so that the action will upload the files as the job artifacts:
301301
\`\`\`yaml
302302
- name: 'Qodana Scan'
303-
uses: JetBrains/[email protected].1
303+
uses: JetBrains/[email protected].2
304304
with:
305305
upload-result: true
306306
\`\`\`

scan/dist/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24276,14 +24276,14 @@ var require_io = __commonJS({
2427624276
var version2, checksum;
2427724277
var init_cli = __esm({
2427824278
"../common/cli.json"() {
24279-
version2 = "2024.1.1";
24279+
version2 = "2024.1.2";
2428024280
checksum = {
24281-
windows_x86_64: "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
24282-
linux_arm64: "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
24283-
darwin_arm64: "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
24284-
darwin_x86_64: "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
24285-
windows_arm64: "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
24286-
linux_x86_64: "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
24281+
windows_x86_64: "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
24282+
linux_arm64: "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
24283+
darwin_arm64: "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
24284+
darwin_x86_64: "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
24285+
windows_arm64: "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
24286+
linux_x86_64: "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
2428724287
};
2428824288
}
2428924289
});

src/main/kotlin/org/jetbrains/qodana/Qodana.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.nio.file.attribute.PosixFilePermission
1414
class Installer {
1515
val log: Logger = org.gradle.api.logging.Logging.getLogger(Installer::class.java)
1616
companion object {
17-
private const val VERSION = "2024.1.1"
17+
private const val VERSION = "2024.1.2"
1818
private const val RELEASE_DOWNLOAD_URL = "https://github.com/JetBrains/qodana-cli/releases/download/v%s/qodana_%s_%s"
1919

2020
fun getQodanaUrl(platform: String = getPlatformName(), arch: String = getArchName(), version: String = VERSION): String {

vsts/QodanaScan/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
3737
var version, checksum;
3838
var init_cli = __esm({
3939
"../common/cli.json"() {
40-
version = "2024.1.1";
40+
version = "2024.1.2";
4141
checksum = {
42-
windows_x86_64: "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
43-
linux_arm64: "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
44-
darwin_arm64: "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
45-
darwin_x86_64: "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
46-
windows_arm64: "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
47-
linux_x86_64: "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
42+
windows_x86_64: "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
43+
linux_arm64: "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
44+
darwin_arm64: "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
45+
darwin_x86_64: "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
46+
windows_arm64: "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
47+
linux_x86_64: "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
4848
};
4949
}
5050
});

vsts/QodanaScan/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 2024,
1212
"Minor": 1,
13-
"Patch": 1
13+
"Patch": 2
1414
},
1515
"instanceNameFormat": "Qodana Scan",
1616
"inputs": [

vsts/vss-extension.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "qodana-dev",
44
"name": "Qodana (Dev)",
5-
"version": "2024.1.1",
5+
"version": "2024.1.2",
66
"publisher": "JetBrains",
77
"targets": [
88
{

vsts/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "qodana",
44
"name": "Qodana",
5-
"version": "2024.1.1",
5+
"version": "2024.1.2",
66
"public": true,
77
"publisher": "JetBrains",
88
"targets": [

0 commit comments

Comments
 (0)