8000 :arrow_up: Update `qodana` to `v2024.1.9` · JetBrains/qodana-action@999cd87 · GitHub
[go: up one dir, main page]

Skip to content

Commit 999cd87

Browse files
qodana-bottiulpin
authored andcommitted
⬆️ Update qodana to v2024.1.9
1 parent 15519c3 commit 999cd87

File tree

12 files changed

+44
-36
lines changed

12 files changed

+44
-36
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.8"
26+
id "org.jetbrains.qodana" version "2024.1.9"
2727
}
2828
```
2929
3030
- Kotlin DSL – `build.gradle.kts`
3131
3232
```kotlin
3333
plugins {
34-
id("org.jetbrains.qodana") version "2024.1.8"
34+
id("org.jetbrains.qodana") version "2024.1.9"
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.8"
67+
id "org.jetbrains.qodana" version "2024.1.9"
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.8"
85+
id("org.jetbrains.qodana") version "2024.1.9"
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.8",
2+
"version": "2024.1.9",
33
"checksum": {
4-
"windows_x86_64": "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
5-
"linux_arm64": "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037ebfa9557d36172593597",
6-
"darwin_arm64": "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
7-
"darwin_x86_64": "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
8-
"windows_arm64": "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
9-
"linux_x86_64": "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
4+
"windows_x86_64": "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
5+
"linux_arm64": "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
6+
"darwin_arm64": "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
7+
"darwin_x86_64": "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
8+
"windows_arm64": "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
9+
"linux_x86_64": "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
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=e5d3302e5c00d6bdc0f530f4e4852805b88abc65f34943bc42a61bd33e0bd5c5
57-
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.8
56+
QODANA_SHA_256=9859b14a67b384015f6e65cb6c8835ba750e56ee8421f3ee14c6b2b3f8f9d8a3
57+
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.9
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.8 $CLI_DIRECTORY \
61+
v2024.1.9 $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/qodana@2024.1.8
6+
qodana: jetbrains/qodana@2024.1.9
77
jobs:
88
code-quality:
99
machine:

plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,13 @@ val CHECKSUMS = mapOf(
5050
"linux_arm64" to "f1b8ba1be5dc453ba87de4f75c5f86e59445bb13de407f809ce4475a04b1a70d",
5151
"darwin_x86_64" to "8fcbeba68026f33a0d265b064bbb607e86c8775d4e9aade0cabf1b2620ad6015",
5252
"darwin_arm64" to "b80167f5a4ff2c054671b985ab1dcc4d59d149c86fd1155935543ad4d05c7aa7"
53-
)
53+
),
54+
"2024.1.9" to mapOf(
55+
"windows_x86_64" to "dd893bced4613b99a317459b0c912ff5e5d72d56fd39acf9d7be7c62776d9024",
56+
"windows_arm64" to "87b6c3419f50097ccf0a126206a632f1a2a58255c7119296d0ee84b6ac14864e",
57+
"linux_x86_64" to "9859b14a67b384015f6e65cb6c8835ba750e56ee8421f3ee14c6b2b3f8f9d8a3",
58+
"linux_arm64" to "67f7845b390ba0de022ac60beea84a3eb2d69524806b03a7928f0953c10eebd7",
59+
"darwin_x86_64" to "226ffc4887ebab497a44f7c72f68589104fe5c34141b874eab280a89a5a4c74d",
60+
"darwin_arm64" to "89fd2f7752478ed0a61961cdc839a6317d5336ebbacf2adf9f9abdb2d5b6a92d"
61+
),
5462
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Installer {
3232
val log: Logger = Logger.getLogger(Installer::class.java.name)
3333

3434
companion object {
35-
private const val LATEST_VERSION = "v2024.1.8"
35+
private const val LATEST_VERSION = "v2024.1.9"
3636
private const val RELEASE_DOWNLOAD_URL =
3737
"https://github.com/JetBrains/qodana-cli/releases/download/%s/qodana_%s_%s"
3838

scan/__tests__/main.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('validate branch names', () => {
4242
'refs/heads/main',
4343
'refs/tags/v1.0.0',
4444
'refs/pull/123/merge',
45-
'v2024.1.8'
45+
'v2024.1.9'
4646
]
4747
for (let branchName of validBranchNames) {
4848
expect(validateBranchName(branchName)).toEqual(branchName)
@@ -334,7 +334,7 @@ To get \`*.log\` files or any other Qodana artifacts, run the action with \`uplo
334334
so that the action will upload the files as the job artifacts:
335335
\`\`\`yaml
336336
- name: 'Qodana Scan'
337-
uses: JetBrains/qodana-action@v2024.1.8
337+
uses: JetBrains/qodana-action@v2024.1.9
338338
with:
339339
upload-result: true
340340
\`\`\`

scan/dist/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24193,14 +24193,14 @@ var require_io = __commonJS({
2419324193
var version2, checksum;
2419424194
var init_cli = __esm({
2419524195
"../common/cli.json"() {
24196-
version2 = "2024.1.8";
24196+
version2 = "2024.1.9";
2419724197
checksum = {
24198-
windows_x86_64: "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
24199-
linux_arm64: "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037ebfa9557d36172593597",
24200-
darwin_arm64: "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
24201-
darwin_x86_64: "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
24202-
windows_arm64: "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
24203-
linux_x86_64: "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
24198+
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
24199+
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
24200+
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
24201+
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
24202+
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
24203+
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
2420424204
};
2420524205
}
2420624206
});

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.8";
40+
version = "2024.1.9";
4141
checksum = {
42-
windows_x86_64: "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
43-
linux_arm64: "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037eb D18F fa9557d36172593597",
44-
darwin_arm64: "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
45-
darwin_x86_64: "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
46-
windows_arm64: "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
47-
linux_x86_64: "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
42+
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
43+
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
44+
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
45+
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
46+
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
47+
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
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": 8
13+
"Patch": 9
1414
},
1515
"instanceNameFormat": "Qodana Scan",
1616
"inputs": [

0 commit comments

Comments
 (0)
0