Skip to content

Commit

Permalink
⬆️ Update qodana to v2023.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
qodana-bot authored and tiulpin committed Oct 9, 2023
1 parent 64d3999 commit 1f6d817
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions common/cli.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2023.2.7",
"version": "2023.2.8",
"checksum": {
"windows_x86_64": "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3",
"linux_arm64": "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6",
"windows_x86_64": "045d850ed636798d1c7a131791740f25ed88ec0fd876de89df906a005c02e32a",
"linux_arm64": "ed8f5c1e692d411fafab72a1f09819957bc234eadb8d94b19eb54cd64639f2e7",
"darwin_arm64": "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
"darwin_x86_64": "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
"windows_arm64": "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d",
"linux_x86_64": "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25",
"darwin_all": "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44"
"windows_arm64": "b753315f835949d8b1ff5329e60f732c914c371d37352f23dc27c2c1f28c05e7",
"linux_x86_64": "996bdd7e1df184dd8177a7b1fee4955f52dd8d26128d9375f60dd9a570dde2ed",
"darwin_all": "4709f410a140b30b351002755e1c69133b0b808acf1c6823e2b631e1d305dbc9"
}
}
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=ed2a8fe5e9ce84d1c35aee27e3194f5f0f3eabbf002a7f26ba0233f7ed72db02
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.7
QODANA_SHA_256=e0bfc6088eec1c7d323ae243c7ebacb0201060af634b544fa2e982f39d0f60f7
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.8
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2023.2.7 $CLI_DIRECTORY \
v2023.2.8 $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@2023.2.7
qodana: jetbrains/qodana@2023.2.8
jobs:
code-quality:
machine:
Expand Down
2 changes: 1 addition & 1 deletion scan/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,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@v2023.2.7
uses: JetBrains/qodana-action@v2023.2.8
with:
upload-result: true
\`\`\`
Expand Down
12 changes: 6 additions & 6 deletions scan/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24654,15 +24654,15 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2023.2.7";
version2 = "2023.2.8";
checksum = {
windows_x86_64: "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3",
linux_arm64: "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6",
windows_x86_64: "045d850ed636798d1c7a131791740f25ed88ec0fd876de89df906a005c02e32a",
linux_arm64: "ed8f5c1e692d411fafab72a1f09819957bc234eadb8d94b19eb54cd64639f2e7",
darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
windows_arm64: "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d",
linux_x86_64: "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25",
darwin_all: "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44"
windows_arm64: "b753315f835949d8b1ff5329e60f732c914c371d37352f23dc27c2c1f28c05e7",
linux_x86_64: "996bdd7e1df184dd8177a7b1fee4955f52dd8d26128d9375f60dd9a570dde2ed",
darwin_all: "4709f410a140b30b351002755e1c69133b0b808acf1c6823e2b631e1d305dbc9"
};
}
});
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 = "2023.2.7"
private const val VERSION = "2023.2.8"
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
12 changes: 6 additions & 6 deletions vsts/QodanaScan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
var version, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version = "2023.2.7";
version = "2023.2.8";
checksum = {
windows_x86_64: "35c61228792a494842513336c3a36b2b8005adcb7d52ade4bc487710f5a0aaa3",
linux_arm64: "0cc97e99bd530ded549644ed77d88526fd808f8c2844974cc458f24f47fdb4c6",
windows_x86_64: "045d850ed636798d1c7a131791740f25ed88ec0fd876de89df906a005c02e32a",
linux_arm64: "ed8f5c1e692d411fafab72a1f09819957bc234eadb8d94b19eb54cd64639f2e7",
darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
windows_arm64: "4cf20133fbead413e06887b89ebd1f27a9717aed039b4fbe961aa47a0757d70d",
linux_x86_64: "1107a7629140354143233530a88e1607f26cf2d29b28847e391b8121d52b9e25",
darwin_all: "6ecb267740d2277e07c61a5bfa43f6f1930d0577a222e12bc3e285ac53608a44"
windows_arm64: "b753315f835949d8b1ff5329e60f732c914c371d37352f23dc27c2c1f28c05e7",
linux_x86_64: "996bdd7e1df184dd8177a7b1fee4955f52dd8d26128d9375f60dd9a570dde2ed",
darwin_all: "4709f410a140b30b351002755e1c69133b0b808acf1c6823e2b631e1d305dbc9"
};
}
});
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": 2023,
"Minor": 2,
"Patch": 7
"Patch": 8
},
"demands": [
"RemoteDockerServerOS -equals linux"
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": "2023.2.7",
"version": "2023.2.8",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit 1f6d817

Please sign in to comment.