Skip to content

Commit

Permalink
⬆️ Update qodana to v2024.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored and tiulpin committed May 7, 2024
1 parent 03c90b2 commit 0e6bc1d
Show file tree
Hide file tree
Showing 11 changed files with 35 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.3"
id "org.jetbrains.qodana" version "2024.1.4"
}
```

- Kotlin DSL – `build.gradle.kts`

```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.1.3"
id("org.jetbrains.qodana") version "2024.1.4"
}
```

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

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.3",
"version": "2024.1.4",
"checksum": {
"windows_x86_64": "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45",
"linux_arm64": "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2",
"darwin_arm64": "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a",
"darwin_x86_64": "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f",
"windows_arm64": "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4",
"linux_x86_64": "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8"
"windows_x86_64": "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987",
"linux_arm64": "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6",
"darwin_arm64": "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690",
"darwin_x86_64": "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902",
"windows_arm64": "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b",
"linux_x86_64": "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e"
}
}
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=bbcf2ef8c9b9f74d0668bec5a45819eed723fe1a862de0ffb4601b164cec8ef7
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.3
QODANA_SHA_256=a82c6e1e5d892e7c70a976e35aec48b2ffef89b046bfdc527d68072bd980bd06
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.1.4
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2024.1.3 $CLI_DIRECTORY \
v2024.1.4 $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.3
qodana: jetbrains/qodana@2024.1.4
jobs:
code-quality:
machine:
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 @@ -26,7 +26,7 @@ test('validate branch names', () => {
'refs/heads/main',
'refs/tags/v1.0.0',
'refs/pull/123/merge',
'v2024.1.3'
'v2024.1.4'
]
for (let branchName of validBranchNames) {
expect(validateBranchName(branchName)).toEqual(branchName)
Expand Down Expand Up @@ -315,7 +315,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.3
uses: JetBrains/qodana-action@v2024.1.4
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 @@ -24276,14 +24276,14 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2024.1.3";
version2 = "2024.1.4";
checksum = {
windows_x86_64: "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45",
linux_arm64: "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2",
darwin_arm64: "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a",
darwin_x86_64: "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f",
windows_arm64: "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4",
linux_x86_64: "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8"
windows_x86_64: "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987",
linux_arm64: "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6",
darwin_arm64: "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690",
darwin_x86_64: "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902",
windows_arm64: "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b",
linux_x86_64: "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e"
};
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/jetbrains/qodana/Qodana.kt
Original file line number Diff line number Diff line change
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.3"
private const val VERSION = "2024.1.4"
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
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.3";
version = "2024.1.4";
checksum = {
windows_x86_64: "a73b5fdc214a68f10cb26fcda497528f420b6df2e66a1b3576d57b317efc1c45",
linux_arm64: "cfc9d0cff3de11089ab4336fd2da3177d41daf56e9b3bdc133a3372cb5ee0fc2",
darwin_arm64: "6fca9c12ee4668e0a144a9bbcb23b2962d1938e883715b25bc0d0bdcd2c9ec1a",
darwin_x86_64: "291c3623d07baede4fa515dfa051dfcfac688e92118f9ea7c7f3be77c565c70f",
windows_arm64: "00616c53b65dc9f9e75fd757b36dc066883e6e56bedff676f8f66b37fbb57fe4",
linux_x86_64: "785c2dc79461274258c42f70c189edafaea899a1dd7af0dc3c5eb06077fb93e8"
windows_x86_64: "3b3b1edaca3f71b5fe77ab648d018888376d2802dc287c94ecee90b7bcaff987",
linux_arm64: "fd762155cfae896304270e369b377ce4801dfe13c42958ab474cd54c8312cfd6",
darwin_arm64: "7d2f42b6ac62ea592070446b389695a0573fa0eba83190938f5a337a38382690",
darwin_x86_64: "ea776eba1e67ba9ea0ebd959ba2d00ef0f2f14792b13397dad5e387a40b1b902",
windows_arm64: "1bd3dc9a4e9fdcb5cce6750ba93f39377b1e0aac77df1b76d843df930550076b",
linux_x86_64: "49b2af634e5142b9f697f3b5fc571c0f10e4ee619d1386d75108fe55eb49c44e"
};
}
});
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": 3
"Patch": 4
},
"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.3",
"version": "2024.1.4",
"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.3",
"version": "2024.1.4",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 0e6bc1d

Please sign in to comment.