Skip to content

Bump JetBrains/qodana-action from 2024.1.3 to 2024.1.9 #58

Bump JetBrains/qodana-action from 2024.1.3 to 2024.1.9

Bump JetBrains/qodana-action from 2024.1.3 to 2024.1.9 #58

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
id-token: write
contents: write
security-events: write
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json