Skip to content

Bump JetBrains/qodana-action from 2023.2.9 to 2023.3.0 #39

Bump JetBrains/qodana-action from 2023.2.9 to 2023.3.0

Bump JetBrains/qodana-action from 2023.2.9 to 2023.3.0 #39

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]
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json