Skip to content

Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#52) #142

Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#52)

Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 (#52) #142

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
security-events: write
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@e5d20b1260e99a93210d46ec8882c83978a09036
with:
pr-mode: true
args: --baseline,qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_23020140 }}
QODANA_ENDPOINT: 'https://qodana.cloud'
- uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json