Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@4861e015da555e86a72b862892aba6c2b93e6891 # v2026.1
uses: JetBrains/qodana-action@b588768b6e7e6da579e518bc584f79de0d243692 # v2026.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Stale version comment — # v2026.1 should be # v2026.2.0 to match the bumped action version

The inline comment still labels this as v2026.1, but the SHA b588768b6e7e6da579e518bc584f79de0d243692 corresponds to v2026.2.0 per the PR description and release notes.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1511451054 }}
QODANA_ENDPOINT: 'https://qodana.cloud'
Loading