Skip to content

Adding featureDevSessionContext back for more rigorous file ignore in… #3528

Adding featureDevSessionContext back for more rigorous file ignore in…

Adding featureDevSessionContext back for more rigorous file ignore in… #3528

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main, feature/* ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
with:
cache-default-branch-only: true
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json