Skip to content

Commit

Permalink
⚡ Update qodana to 2023.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed May 8, 2023
1 parent 61b94e7 commit 9d4d611
Show file tree
Hide file tree
Showing 16 changed files with 53,901 additions and 53,490 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
uses: JetBrains/qodana-action@v2023.1.1
```

Using this workflow, Qodana will run on the main branch, release branches, and on the pull requests coming to your
Expand All @@ -71,7 +71,7 @@ To send the results to Qodana Cloud, all you need to do is to specify the `QODAN

```yaml
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
uses: JetBrains/qodana-action@v2023.1.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
```
Expand Down Expand Up @@ -151,7 +151,7 @@ qodana scan --show-report

```yaml
- name: Qodana Scan
uses: JetBrains/qodana-action@v2023.1.0
uses: JetBrains/qodana-action@v2023.1.1
with:
args: --baseline,qodana.sarif.json
```
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": "2023.1.0",
"version": "2023.1.1",
"checksum": {
"windows_x86_64": "f096db938a80fe3dd065a63716dca79f2156a6743c47a22e66ce83e0b4f81e5f",
"linux_arm64": "a38e90e1e26271588714109253efdc60a5b7f0a410e509753483192ee0e1853f",
"darwin_arm64": "2dfa918cc6041284e20c47e11c2d40eb39c87c7c220d9ccaba3a0e7896ad4321",
"darwin_x86_64": "6aa6a77a4e5b12dbda79ad36922fbd05d7511d92f9dd83a1f4ad3321e4bfa223",
"windows_arm64": "13411462aa6590aa25f4ceec591af9e468f21f40b77dab15d32bf6df8238cb12",
"linux_x86_64": "93796612b616b1bc521c08be5785312ef7ad885606d091d0298a8a6608a07962"
"windows_x86_64": "809b7ab997839b6c37c8ed94084b53d8f54794e0a0f326f0eda43ad70034dfb3",
"linux_arm64": "2a0fa2da40d9ea84dc61d13caf7131a75477f88f4c5e504e1cafa82af443872e",
"darwin_arm64": "1cc8e899a5cb40c0c32b23be0230081d0069386a5e1dd51b109933972c984384",
"darwin_x86_64": "ef247c53db4019a219385cdd7e46d7683fa8a10b2f1a2ab877629f88f19c34a1",
"windows_arm64": "fcb568b523bf28ca274efcf08cc8f2aa593cd1712fbd3b78c5585738601e473f",
"linux_x86_64": "3a56c9d348feaf115e0b174564ea8e82974178881b0725950eed956b30dafc65"
}
}
Loading

0 comments on commit 9d4d611

Please sign in to comment.