Skip to content

Commit 12f8a40

Browse files
chore(ci): update jetbrains/qodana-action action (v2025.1.0 → v2025.1.1) (#1955)
* chore(ci): update actions/setup-go digest (0aaccfd → d35c59a) * chore(ci): update jetbrains/qodana-action action (v2025.1.0 → v2025.1.1) | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2025.1.0 | v2025.1.1 | --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7464a6 commit 12f8a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2222
fetch-depth: 0 # a full history is required for pull request analysis
2323
- name: 'Qodana Scan'
24-
uses: JetBrains/qodana-action@491da5246a31d74fe3fe86db365d16e4d4edfb91 # v2025.1.0
24+
uses: JetBrains/qodana-action@e14351bdf4707c4cecc25a86a9190745b7b40de8 # v2025.1.1
2525
with:
2626
post-pr-comment: false
2727
env:

0 commit comments

Comments
 (0)