diff --git a/.github/workflows/Qodana.yml b/.github/workflows/Qodana.yml index 9a837f8d..c40b8491 100644 --- a/.github/workflows/Qodana.yml +++ b/.github/workflows/Qodana.yml @@ -16,9 +16,8 @@ jobs: ref: ${{ github.event.pull_request.merge_commit_sha }} fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.3 + uses: JetBrains/qodana-action@main with: args: --ide,QDNET - pr-mode: ${{ github.event_name == 'pull_request_target' }} env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file diff --git a/qodana.yaml b/qodana.yaml index 6e79f42e..2ba97562 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -14,4 +14,8 @@ exclude: paths: - source/Benchmarks - source/RevitLookup.UI - - source/RevitLookup.UI.Demo \ No newline at end of file + - source/RevitLookup.UI.Demo + - name: HeapView.ObjectAllocation + - name: HeapView.ObjectAllocation.Evident + - name: HeapView.DelegateAllocation + - name: HeapView.ObjectAllocation.Possible \ No newline at end of file