Skip to content

Support for actions/checkout@v4 with progress and filter #337

Support for actions/checkout@v4 with progress and filter

Support for actions/checkout@v4 with progress and filter #337

Workflow file for this run

name: qodana-scan
on:
push:
pull_request:
jobs:
qodana-scan:
name: Qodana Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: JetBrains/qodana-action@main
with:
upload-result: false
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}