Skip to content

Commit

Permalink
⬆️ Update qodana to v2024.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored and tiulpin committed Apr 25, 2024
1 parent 5faa8fe commit 2dbc410
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions GRADLE.md
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.1"
id "org.jetbrains.qodana" version "2024.1.2"
}
```

- Kotlin DSL – `build.gradle.kts`

```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.1.1"
id("org.jetbrains.qodana") version "2024.1.2"
}
```

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.1"
id "org.jetbrains.qodana" version "2024.1.2"
}
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.1"
id("org.jetbrains.qodana") version "2024.1.2"
}

qodana {
Expand Down
14 changes: 7 additions & 7 deletions common/cli.json
@@ -1,11 +1,11 @@
{
"version": "2024.1.1",
"version": "2024.1.2",
"checksum": {
"windows_x86_64": "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
"linux_arm64": "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
"darwin_arm64": "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
"darwin_x86_64": "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
"windows_arm64": "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
"linux_x86_64": "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
"windows_x86_64": "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
"linux_arm64": "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
"darwin_arm64": "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
"darwin_x86_64": "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
"windows_arm64": "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
"linux_x86_64": "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
}
}
6 changes: 3 additions & 3 deletions orb/commands/scan.yml
Expand Up @@ -53,12 +53,12 @@ steps:
name: Qodana Scan
command: |
set -e
QODANA_SHA_256=e52213d3ec7f4657b1f9320a7d893d94139be214014c447fc2bdb1b342ff808d
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.1
QODANA_SHA_256=9832a15cee53a7c990d24b4a352fb5d744272e72113df0874e970f4a6cf9bc9c
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.2
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2024.1.1 $CLI_DIRECTORY \
v2024.1.2 $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
Expand Up @@ -3,7 +3,7 @@ description: >
usage:
version: 2.1
orbs:
qodana: jetbrains/qodana@2024.1.1
qodana: jetbrains/qodana@2024.1.2
jobs:
code-quality:
machine:
Expand Down
2 changes: 1 addition & 1 deletion scan/__tests__/main.test.ts
Expand Up @@ -300,7 +300,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.1
uses: JetBrains/qodana-action@v2024.1.2
with:
upload-result: true
\`\`\`
Expand Down
14 changes: 7 additions & 7 deletions scan/dist/index.js
Expand Up @@ -24276,14 +24276,14 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2024.1.1";
version2 = "2024.1.2";
checksum = {
windows_x86_64: "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
linux_arm64: "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
darwin_arm64: "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
darwin_x86_64: "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
windows_arm64: "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
linux_x86_64: "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
windows_x86_64: "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
linux_arm64: "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
darwin_arm64: "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
darwin_x86_64: "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
windows_arm64: "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
linux_x86_64: "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
};
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/jetbrains/qodana/Qodana.kt
Expand Up @@ -14,7 +14,7 @@ import java.nio.file.attribute.PosixFilePermission
class Installer {
val log: Logger = org.gradle.api.logging.Logging.getLogger(Installer::class.java)
companion object {
private const val VERSION = "2024.1.1"
private const val VERSION = "2024.1.2"
private const val RELEASE_DOWNLOAD_URL = "https://github.com/JetBrains/qodana-cli/releases/download/v%s/qodana_%s_%s"

fun getQodanaUrl(platform: String = getPlatformName(), arch: String = getArchName(), version: String = VERSION): String {
Expand Down
14 changes: 7 additions & 7 deletions vsts/QodanaScan/index.js
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.1";
version = "2024.1.2";
checksum = {
windows_x86_64: "6dc20c32fbccf9c269a95620c5f3bcf87da6f0be7436e1c3e6bfb4eed064db61",
linux_arm64: "7e5a5a0889146e218479e036230275c3a372ca63596ef3ddb02c46e8303b9ff8",
darwin_arm64: "c82db40dcc8464e8e34ce625f4460b9fea57a58c5d37f7fd827a1cf829d6470e",
darwin_x86_64: "b17cf85aaaa4f548178bf33f6ff50e4175f59ff1474e43ed20927a7cb666ff54",
windows_arm64: "dffc99c83b44a76e0ebbb3c0be4756f48f4fd954e6a99de5e4a31f6c612a4427",
linux_x86_64: "3670e2e46a5677370fa0feddc6096bb02a00fc2fccb84e707b7382c5a126a433"
windows_x86_64: "56a100c68e5f7a83e4ed9e0d1f7e95eb948d69a4c2501c57f2b9e1a767f72de8",
linux_arm64: "8e1787f802ba7d35381467e66edd5a330017111011b03e7f3549d5f51641b9d2",
darwin_arm64: "bd19406b2368c4db96ffc69edb475a92b4432d2cb90b51431c19921b192ce21f",
darwin_x86_64: "dcd8ff47168e5536ac6bc2923280df408f024f3066c9cbcd1c7787e7124b695f",
windows_arm64: "e0bd17eb1760c332bf0b85d880bf1375f90db60abbe20ccd98df7066772f7903",
linux_x86_64: "85dfee4e9840ec34193f0944809fc388c69c7d2a5aed8e0fc94e49dc019a8db2"
};
}
});
Expand Down
2 changes: 1 addition & 1 deletion vsts/QodanaScan/task.json
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 2024,
"Minor": 1,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "Qodana Scan",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.dev.json
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana-dev",
"name": "Qodana (Dev)",
"version": "2024.1.1",
"version": "2024.1.2",
"publisher": "JetBrains",
"targets": [
{
Expand Down
2 changes: 1 addition & 1 deletion vsts/vss-extension.json
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "qodana",
"name": "Qodana",
"version": "2024.1.1",
"version": "2024.1.2",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 2dbc410

Please sign in to comment.