ci: update global workflows (#1518)
This commit is contained in:
2
.github/workflows/ci-qodana.yml
vendored
2
.github/workflows/ci-qodana.yml
vendored
@@ -214,7 +214,7 @@ jobs:
|
|||||||
- name: Qodana
|
- name: Qodana
|
||||||
id: qodana
|
id: qodana
|
||||||
continue-on-error: true # ensure dispatch-qodana job is run
|
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:
|
with:
|
||||||
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
|
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
|
||||||
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length
|
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length
|
||||||
|
|||||||
Reference in New Issue
Block a user