Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump JetBrains/qodana-action from 9a71424636be05dccc139d34e7248de96fd15d9c to bef3a3fef9ffeebc69f65768eac87169e0fb5705 #1124

Closed
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/checks.qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
-x nativeCompile
-x nativeOptimizedCompile
- name: "Analysis: Qodana Scan"
uses: JetBrains/qodana-action@9a71424636be05dccc139d34e7248de96fd15d9c # main
uses: JetBrains/qodana-action@bef3a3fef9ffeebc69f65768eac87169e0fb5705 # main
continue-on-error: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
Expand Down
Loading