Skip to content

Allow event monitoring to ignore failing event accessors #1352

Allow event monitoring to ignore failing event accessors

Allow event monitoring to ignore failing event accessors #1352

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- master
- develop
jobs:
qodana-scan:
name: Qodana Scan
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
with:
upload-result: ${{ github.ref_name == 'master' || github.ref_name == 'develop' }}
args: --baseline,qodana.sarif.json,--ide,QDNET
pr-mode: ${{ github.event_name == 'pull_request_target' }}
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}