Skip to content

Bump Meziantou.Analyzer from 2.0.155 to 2.0.158 (#2675) #1482

Bump Meziantou.Analyzer from 2.0.155 to 2.0.158 (#2675)

Bump Meziantou.Analyzer from 2.0.155 to 2.0.158 (#2675) #1482

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/[email protected]
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 }}