ci: update global workflows (#1518)
This commit is contained in:
parent
eafb018516
commit
2c81518dda
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-qodana.yml
vendored
2
.github/workflows/ci-qodana.yml
vendored
|
|
@ -214,7 +214,7 @@ jobs:
|
|||
- name: Qodana
|
||||
id: qodana
|
||||
continue-on-error: true # ensure dispatch-qodana job is run
|
||||
uses: JetBrains/qodana-action@v2022.3.4
|
||||
uses: JetBrains/qodana-action@v2023.2.1
|
||||
with:
|
||||
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
|
||||
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue