0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

misc: bump qodana to v2024.1.1

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-04-24 21:14:48 -04:00
parent efd0d7b466
commit a55b0c1013
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -19,6 +19,6 @@ 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@v2023.3
uses: JetBrains/qodana-action@v2024.1.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}