Skip to content

Commit

Permalink
⬆️ Update qodana to v2024.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored and tiulpin committed Aug 6, 2024
1 parent 15519c3 commit 999cd87
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 36 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.8"
id "org.jetbrains.qodana" version "2024.1.9"
}
```
- Kotlin DSL – `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.1.8"
id("org.jetbrains.qodana") version "2024.1.9"
}
```
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.8"
id "org.jetbrains.qodana" version "2024.1.9"
}
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.8"
id("org.jetbrains.qodana") version "2024.1.9"
}
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.8",
"version": "2024.1.9",
"checksum": {
"windows_x86_64": "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
"linux_arm64": "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037ebfa9557d36172593597",
"darwin_arm64": "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
"darwin_x86_64": "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
"windows_arm64": "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
"linux_x86_64": "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
"windows_x86_64": "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
"linux_arm64": "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
"darwin_arm64": "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
"darwin_x86_64": "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
"windows_arm64": "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
"linux_x86_64": "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
}
}
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=e5d3302e5c00d6bdc0f530f4e4852805b88abc65f34943bc42a61bd33e0bd5c5
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.8
QODANA_SHA_256=9859b14a67b384015f6e65cb6c8835ba750e56ee8421f3ee14c6b2b3f8f9d8a3
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.9
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2024.1.8 $CLI_DIRECTORY \
v2024.1.9 $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.8
qodana: jetbrains/qodana@2024.1.9
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 @@ -50,5 +50,13 @@ val CHECKSUMS = mapOf(
"linux_arm64" to "f1b8ba1be5dc453ba87de4f75c5f86e59445bb13de407f809ce4475a04b1a70d",
"darwin_x86_64" to "8fcbeba68026f33a0d265b064bbb607e86c8775d4e9aade0cabf1b2620ad6015",
"darwin_arm64" to "b80167f5a4ff2c054671b985ab1dcc4d59d149c86fd1155935543ad4d05c7aa7"
)
),
"2024.1.9" to mapOf(
"windows_x86_64" to "dd893bced4613b99a317459b0c912ff5e5d72d56fd39acf9d7be7c62776d9024",
"windows_arm64" to "87b6c3419f50097ccf0a126206a632f1a2a58255c7119296d0ee84b6ac14864e",
"linux_x86_64" to "9859b14a67b384015f6e65cb6c8835ba750e56ee8421f3ee14c6b2b3f8f9d8a3",
"linux_arm64" to "67f7845b390ba0de022ac60beea84a3eb2d69524806b03a7928f0953c10eebd7",
"darwin_x86_64" to "226ffc4887ebab497a44f7c72f68589104fe5c34141b874eab280a89a5a4c74d",
"darwin_arm64" to "89fd2f7752478ed0a61961cdc839a6317d5336ebbacf2adf9f9abdb2d5b6a92d"
),
)
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.8"
private const val LATEST_VERSION = "v2024.1.9"
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.8'
'v2024.1.9'
]
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.8
uses: JetBrains/qodana-action@v2024.1.9
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 @@ -24193,14 +24193,14 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2024.1.8";
version2 = "2024.1.9";
checksum = {
windows_x86_64: "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
linux_arm64: "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037ebfa9557d36172593597",
darwin_arm64: "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
darwin_x86_64: "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
windows_arm64: "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
linux_x86_64: "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
};
}
});
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.8";
version = "2024.1.9";
checksum = {
windows_x86_64: "99e86c8d07d96512379d467a8f8198fe0a831f5fc7f4a41cca1906c1953a41af",
linux_arm64: "bcd8bc1b38e80232e23279ab0cbabb671cedb4b3e037ebfa9557d36172593597",
darwin_arm64: "7551d6cc370eaa781aad13b93a46e5209c2a3b7edbd66a1ad6d62ac6ff61cb34",
darwin_x86_64: "6cba08f174d2c44bc381759e23a69306e9119ef3c4ebc626310d480f1347f08e",
windows_arm64: "9a1dbb2143dc2639381573598d945a5d7464e1e80fa826bb4608f06551549a25",
linux_x86_64: "434ba9287b915948b0aa3a5bb1c38fee3244f28523e5bd4f2fe6b4d38b8eba73"
windows_x86_64: "47bede2a600dd0b78450a25f4fb9b92d35b5475fe3a3e6a339585e6aa7248440",
linux_arm64: "32b34c8dbc872dd203e5db07b895b7de41050fd947b39066a3b8a48534492967",
darwin_arm64: "7b7e42b3f23f6521f7864c8454d914c507d48b65e3659bce28e505f12b90b713",
darwin_x86_64: "ae74a060a73496985ddf4acc3afa487ba5d09affcdf688bc8ae762869128e6ff",
windows_arm64: "bd41a23d52e9c24b162a8aeccd62378f53ee4cc564c87de8272d57626ebce7c5",
linux_x86_64: "76f340bf98217e9b96533a548efff6fc3f8de59641195eaf10e8cb523ebb7335"
};
}
});
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": 8
"Patch": 9
},
"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.113",
"version": "2024.1.114",
"publisher": "JetBrains",
"targets": [
{
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana",
"name": "Qodana",
"version": "2024.1.8",
"version": "2024.1.9",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 999cd87

Please sign in to comment.