Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update qodana to the v2023.3.1 #256

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions common/cli.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2023.3.0",
"version": "2023.3.1",
"checksum": {
"windows_x86_64": "2f12cfa640149a7b42e8a7576e8f91e24a6bfea89ff5ab8062385f852304255e",
"linux_arm64": "1233b8479b57445d84d111907bb69ffbedb444827aff4324872e0b14644f9b57",
"darwin_arm64": "722ffb66a23fa0d6d8aef4dabf8b1e520bab04c7c1232b5d0d1859e7113dc6a8",
"darwin_x86_64": "cc7bf6af28bc26cbe7f4ff76906a1a87e19321082003edf4c014f6bdd4874c95",
"windows_arm64": "61a23cf4d8fc8efb35f60a29bfd01d39d47e31e5a4c13d8ac9aba265ba815a88",
"linux_x86_64": "bf94fc6b466db16a5c72bd5af9d70a8ad29b9a6f381c085682ef3d7bb7e00725",
"windows_x86_64": "fd3d68c7a8253bb3bfc8fa966e39a25c216455d5d90d1f0b9ee493310078be21",
"linux_arm64": "054f0c2a241c4d2bbe23f68cb25202baffaad1a99d93bf293b06a3f30597d5cb",
"darwin_arm64": "6d88d0e9ccf5fa40bab6722f447713f3801dbd0db51630d2b53e518fcb6c1e40",
"darwin_x86_64": "433f222e01a321f16f4009eecc19b077b20f646232a80a2d9ef46a62c01d42e2",
"windows_arm64": "1d9acfe1d8e0a1823b44b02f8b40b858b53d4115fbfc2a34c6f6f18222f9fdb7",
"linux_x86_64": "f24f92988ced0991c11fe59395c9f58d50125440bb5cf1c2b29da2955ca0d6bb",
"darwin_all": "698751833e9ed3203264e8078e109f89a2a393b8dd4c16526c18b59a639b745c"
}
}
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=e7f70caea5c4711dd4eaf094750bf076875d7519f5f9f5e773e517efa402ff90
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.3.0
QODANA_SHA_256=717adcc62754e2330692cb15266a2fe27cf102eb84cec6b7a3981d2a939bb6db
CLI_DIRECTORY=/tmp/cache/qodana-cli/2023.3.1
mkdir -p $CLI_DIRECTORY
if [[ ! -x "$CLI_DIRECTORY/qodana" ]]; then
curl -fsSL https://jb.gg/qodana-cli/install | bash -s -- \
v2023.3.0 $CLI_DIRECTORY \
v2023.3.1 $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].0
qodana: jetbrains/[email protected].1
jobs:
code-quality:
machine:
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scan/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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].0
uses: JetBrains/[email protected].1
with:
upload-result: true
\`\`\`
Expand Down
Loading
Loading