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 c0a36fb50f89f631c068153f5cf03964ba32861f to 999cd8704bc23bf11c8c894b573f6e92e949b860 #228

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/module.qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
distribution: "adopt-hotspot"
java-version: "19"
- name: "Qodana Scan"
uses: JetBrains/qodana-action@c0a36fb50f89f631c068153f5cf03964ba32861f # main
uses: JetBrains/qodana-action@999cd8704bc23bf11c8c894b573f6e92e949b860 # main
continue-on-error: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
Expand Down
Loading