Skip to content

Commit

Permalink
⬆️ Update qodana to v2023.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and tiulpin committed Jul 18, 2023
1 parent 8954cfd commit b1c2bb7
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.0",
"version": "2023.2.1",
"checksum": {
"windows_x86_64": "9ae3166c06e7f1e49f57d7779af76961fb665e25ce634a87d161ef41abfc2062",
"linux_arm64": "04d5cefe10951dc075ccf065d89724d30172318e5c6eeedcfbf1af78e56748bb",
"windows_x86_64": "9912f792edc7353c391e92fbb090bd755b9c5618dbb642a5d938ebb851fb4410",
"linux_arm64": "4c1c6461b006e0ed2c94134cacf90063935c25146289ca9d1a6bd0febe8de252",
"darwin_arm64": "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
"darwin_x86_64": "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
"windows_arm64": "9cdf84108e15d63aa2d29800128ea91fd17c68eaa0180640a0d4b01f5f21ea7c",
"linux_x86_64": "4238660049fc63dda25e0f47208ab3f6ed824ed24fcc809ccd6d5744b8c61d94",
"darwin_all": "a00a9ea2a0daec575ffa9f33e19bcbdcab23e88e5d915d00e829e71c2b885e09"
"windows_arm64": "a8d9d75178a395dee1a2df2629702e13295addc2bc0871b9d9246bcdb33d70ff",
"linux_x86_64": "814fa01bf6d9a5431427ba1b815ea3995ec51168f2fef6d5c74b965db266c503",
"darwin_all": "a7d10fe3fd97798ce425b1ba0f5f696b98bb849511c57f984e952933ce6a06e2"
}
}
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.0
uses: JetBrains/qodana-action@v2023.2.1
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 @@ -2780,15 +2780,15 @@ var require_io = __commonJS({
var version2, checksum;
var init_cli = __esm({
"../common/cli.json"() {
version2 = "2023.2.0";
version2 = "2023.2.1";
checksum = {
windows_x86_64: "9ae3166c06e7f1e49f57d7779af76961fb665e25ce634a87d161ef41abfc2062",
linux_arm64: "04d5cefe10951dc075ccf065d89724d30172318e5c6eeedcfbf1af78e56748bb",
windows_x86_64: "9912f792edc7353c391e92fbb090bd755b9c5618dbb642a5d938ebb851fb4410",
linux_arm64: "4c1c6461b006e0ed2c94134cacf90063935c25146289ca9d1a6bd0febe8de252",
darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
windows_arm64: "9cdf84108e15d63aa2d29800128ea91fd17c68eaa0180640a0d4b01f5f21ea7c",
linux_x86_64: "4238660049fc63dda25e0f47208ab3f6ed824ed24fcc809ccd6d5744b8c61d94",
darwin_all: "a00a9ea2a0daec575ffa9f33e19bcbdcab23e88e5d915d00e829e71c2b885e09"
windows_arm64: "a8d9d75178a395dee1a2df2629702e13295addc2bc0871b9d9246bcdb33d70ff",
linux_x86_64: "814fa01bf6d9a5431427ba1b815ea3995ec51168f2fef6d5c74b965db266c503",
darwin_all: "a7d10fe3fd97798ce425b1ba0f5f696b98bb849511c57f984e952933ce6a06e2"
};
}
});
Expand Down
6 changes: 3 additions & 3 deletions src/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=ffb5e55d18d4c2489c3bd52a559e0a9578b3c7d16733c8bc9bed86d6c53ada94
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.0
QODANA_SHA_256=2444a6c88c07477170705b83c16240ee2ca7fdc8271d7ae9f8036fdcb00fb8b3
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.2.1
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2023.2.0 $CLI_DIRECTORY \
v2023.2.1 $CLI_DIRECTORY \
1> /dev/null
fi
echo "$QODANA_SHA_256 $CLI_DIRECTORY/qodana" | sha256sum -c
Expand Down
2 changes: 1 addition & 1 deletion src/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.0
qodana: jetbrains/qodana@2023.2.1
jobs:
code-quality:
machine:
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.0";
version = "2023.2.1";
checksum = {
windows_x86_64: "9ae3166c06e7f1e49f57d7779af76961fb665e25ce634a87d161ef41abfc2062",
linux_arm64: "04d5cefe10951dc075ccf065d89724d30172318e5c6eeedcfbf1af78e56748bb",
windows_x86_64: "9912f792edc7353c391e92fbb090bd755b9c5618dbb642a5d938ebb851fb4410",
linux_arm64: "4c1c6461b006e0ed2c94134cacf90063935c25146289ca9d1a6bd0febe8de252",
darwin_arm64: "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
darwin_x86_64: "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
windows_arm64: "9cdf84108e15d63aa2d29800128ea91fd17c68eaa0180640a0d4b01f5f21ea7c",
linux_x86_64: "4238660049fc63dda25e0f47208ab3f6ed824ed24fcc809ccd6d5744b8c61d94",
darwin_all: "a00a9ea2a0daec575ffa9f33e19bcbdcab23e88e5d915d00e829e71c2b885e09"
windows_arm64: "a8d9d75178a395dee1a2df2629702e13295addc2bc0871b9d9246bcdb33d70ff",
linux_x86_64: "814fa01bf6d9a5431427ba1b815ea3995ec51168f2fef6d5c74b965db266c503",
darwin_all: "a7d10fe3fd97798ce425b1ba0f5f696b98bb849511c57f984e952933ce6a06e2"
};
}
});
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": 0
"Patch": 1
},
"demands": [
"RemoteDockerServerOS -equals linux"
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": "2023.2.0",
"version": "2023.2.1",
"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": "2023.2.0",
"version": "2023.2.1",
"public": true,
"publisher": "JetBrains",
"targets": [
Expand Down

0 comments on commit b1c2bb7

Please sign in to comment.