Skip to content

Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8 #121

Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8

Bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8 #121

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
jobs:
Qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}