Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 6b2c830

Browse files
build(deps): bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.2.6 to 2023.2.8. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](JetBrains/qodana-action@v2023.2.6...v2023.2.8) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab6c089 commit 6b2c830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Qodana
215215
id: qodana
216216
continue-on-error: true # ensure dispatch-qodana job is run
217-
uses: JetBrains/qodana-action@v2023.2.6
217+
uses: JetBrains/qodana-action@v2023.2.8
218218
with:
219219
additional-cache-hash: ${{ github.ref }}-${{ matrix.language }}
220220
artifact-name: qodana-${{ matrix.language }} # yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)