Skip to content

Commit

Permalink
⬆️ Update qodana to v2024.3.5 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored Feb 19, 2025
1 parent 6572bc6 commit d76a947
Show file tree
Hide file tree
Showing 13 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.3.4"
id "org.jetbrains.qodana" version "2024.3.5"
}
```
- Kotlin DSL – `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.qodana") version "2024.3.4"
id("org.jetbrains.qodana") version "2024.3.5"
}
```
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.3.4"
id "org.jetbrains.qodana" version "2024.3.5"
}
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.3.4"
id("org.jetbrains.qodana") version "2024.3.5"
}
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.3.4",
"version": "2024.3.5",
"checksum": {
"windows_x86_64": "247f927727bb7e5d14ae8dba4bad456728dc8b8d5baf092bf3ca3a3da9d25745",
"linux_arm64": "f0402b0a43c22efcaf35f24e2b1784f93633463d85639e86537302ff6798fd9c",
"darwin_arm64": "bf45a74f8f856d9224ab985d3b83cef6767d6c6a4a137cc57850a5a9997e5d96",
"darwin_x86_64": "41134c5baa1f2308d8e8f299bc1f145586908373c71a2730a705eab13e03bd83",
"windows_arm64": "2cbe1108e6c9c051b3ee874d5ffd808805986001b82d0835d36f60ebd818b4ad",
"linux_x86_64": "b443bcdbb0d11c77eedad082a9fa1932143ac38f31260c975111c89ea222479a"
"windows_x86_64": "d45e5ea8fd4fc9747015ffcaccc7d98c05bf600b273742c482c95e247e3f1ea7",
"linux_arm64": "fb0131d97cd277d2f4225226cd3db9f63d624056b244ff7ba628c685c2de432f",
"darwin_arm64": "3d271059843a64dcdcc3f76e37ecfe47e1a5e4905c5c8b2d09154b55b0196694",
"darwin_x86_64": "e8124936591dd88e936b51191d51928f27e223b87890f283242602b2a3dd75ca",
"windows_arm64": "6a2bb540719153102a5cbcb33d894a7fb7653a724944cd503e3624498034649c",
"linux_x86_64": "0c8495e6c6c8a28ce3fd8f87a088ce1d53a6779ac0cdf87584cba261a481721c"
}
}
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=bc81fe9d454ef5e26bc8171082b77c729823409f55d328c18371bee1397ec2cd
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.3.4
QODANA_SHA_256=fc0872418f14d295acb96116acb4652f5f5f0e22c63360ef4aa3b4c3bfe117fb
CLI_DIRECTORY=/tmp/cache/qodana-cli/2024.3.5
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2024.3.4 $CLI_DIRECTORY \
v2024.3.5 $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/[email protected].4
qodana: jetbrains/[email protected].5
jobs:
code-quality:
machine:
Expand Down
8 changes: 8 additions & 0 deletions plugin/src/main/kotlin/org/jetbrains/qodana/Checksums.kt
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,13 @@ val CHECKSUMS = mapOf(
"linux_arm64" to "61faf41a8d8863d8bc5bdd7d8c8d93400b17617124ded616772d3fe751ffa103",
"darwin_x86_64" to "537d251621a63b96a196191004357d85cbc5c8bfff1ec2327bb2f2da141900f5",
"darwin_arm64" to "0830c6c4cba3a2cee6884cbbc10fd43d5d68fb4c3ecd3fd34faa181961726204"
),
"2024.3.5" to mapOf(
"windows_x86_64" to "36ebe2e9f9a7f917f75bad869fd89c1dc038bed3121670e660fdb4393353186d",
"windows_arm64" to "6cd9544064ea71f860548a5fd5491727dfd5aff4d9839c6cf3a57fe5edb77a81",
"linux_x86_64" to "fc0872418f14d295acb96116acb4652f5f5f0e22c63360ef4aa3b4c3bfe117fb",
"linux_arm64" to "d771176c7b9bef12e16d874f12b0ec5b96c5dd6494858dfcd8661063dc101b93",
"darwin_x86_64" to "ac0f967b6b4ad71e74554bcd34ba3c51e45d73ba546867f245878136c5cde2d2",
"darwin_arm64" to "4fdb34ddca48c892ab6d2938c1279538c80cf5657c35f43e055c61efdda8d39d"
)
)
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.3.4"
private const val LATEST_VERSION = "v2024.3.5"
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 @@ -75,7 +75,7 @@ test('validate branch names', () => {
'refs/heads/main',
'refs/tags/v1.0.0',
'refs/pull/123/merge',
'v2024.3.4'
'v2024.3.5'
]
for (let branchName of validBranchNames) {
expect(validateBranchName(branchName)).toEqual(branchName)
Expand Down Expand Up @@ -278,7 +278,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/[email protected].4
uses: JetBrains/[email protected].5
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 @@ -20463,14 +20463,14 @@ Support boolean input list: \`true | True | TRUE | false | False | FALSE\``);
var version, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version = "2024.3.4";
version = "2024.3.5";
checksum = {
windows_x86_64: "247f927727bb7e5d14ae8dba4bad456728dc8b8d5baf092bf3ca3a3da9d25745",
linux_arm64: "f0402b0a43c22efcaf35f24e2b1784f93633463d85639e86537302ff6798fd9c",
darwin_arm64: "bf45a74f8f856d9224ab985d3b83cef6767d6c6a4a137cc57850a5a9997e5d96",
darwin_x86_64: "41134c5baa1f2308d8e8f299bc1f145586908373c71a2730a705eab13e03bd83",
windows_arm64: "2cbe1108e6c9c051b3ee874d5ffd808805986001b82d0835d36f60ebd818b4ad",
linux_x86_64: "b443bcdbb0d11c77eedad082a9fa1932143ac38f31260c975111c89ea222479a"
windows_x86_64: "d45e5ea8fd4fc9747015ffcaccc7d98c05bf600b273742c482c95e247e3f1ea7",
linux_arm64: "fb0131d97cd277d2f4225226cd3db9f63d624056b244ff7ba628c685c2de432f",
darwin_arm64: "3d271059843a64dcdcc3f76e37ecfe47e1a5e4905c5c8b2d09154b55b0196694",
darwin_x86_64: "e8124936591dd88e936b51191d51928f27e223b87890f283242602b2a3dd75ca",
windows_arm64: "6a2bb540719153102a5cbcb33d894a7fb7653a724944cd503e3624498034649c",
linux_x86_64: "0c8495e6c6c8a28ce3fd8f87a088ce1d53a6779ac0cdf87584cba261a481721c"
};
}
});
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.3.4";
version = "2024.3.5";
checksum = {
windows_x86_64: "247f927727bb7e5d14ae8dba4bad456728dc8b8d5baf092bf3ca3a3da9d25745",
linux_arm64: "f0402b0a43c22efcaf35f24e2b1784f93633463d85639e86537302ff6798fd9c",
darwin_arm64: "bf45a74f8f856d9224ab985d3b83cef6767d6c6a4a137cc57850a5a9997e5d96",
darwin_x86_64: "41134c5baa1f2308d8e8f299bc1f145586908373c71a2730a705eab13e03bd83",
windows_arm64: "2cbe1108e6c9c051b3ee874d5ffd808805986001b82d0835d36f60ebd818b4ad",
linux_x86_64: "b443bcdbb0d11c77eedad082a9fa1932143ac38f31260c975111c89ea222479a"
windows_x86_64: "d45e5ea8fd4fc9747015ffcaccc7d98c05bf600b273742c482c95e247e3f1ea7",
linux_arm64: "fb0131d97cd277d2f4225226cd3db9f63d624056b244ff7ba628c685c2de432f",
darwin_arm64: "3d271059843a64dcdcc3f76e37ecfe47e1a5e4905c5c8b2d09154b55b0196694",
darwin_x86_64: "e8124936591dd88e936b51191d51928f27e223b87890f283242602b2a3dd75ca",
windows_arm64: "6a2bb540719153102a5cbcb33d894a7fb7653a724944cd503e3624498034649c",
linux_x86_64: "0c8495e6c6c8a28ce3fd8f87a088ce1d53a6779ac0cdf87584cba261a481721c"
};
}
});
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": 3,
"Patch": 4
"Patch": 5
},
"instanceNameFormat": "Qodana Scan",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vsts/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ To be able to view the detailed Qodana report, you can either:
To get \`*.log\` files or any other Qodana artifacts, run the task with \`uploadResult\` option set to \`true\`,
so that the action will upload the files as the job artifacts:
\`\`\`yaml
- task: [email protected].4
- task: [email protected].5
inputs:
uploadResult: true
\`\`\`
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.3.194",
"version": "2024.3.195",
"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.3.4",
"version": "2024.3.5",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit d76a947

Please sign in to comment.