Skip to content

Automatic translations update #3043

Automatic translations update

Automatic translations update #3043

Workflow file for this run

name: ASF-code-quality
on:
- push
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
permissions:
checks: write
contents: write
pull-requests: write
security-events: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.5
with:
show-progress: false
- name: Run Qodana scan
uses: JetBrains/qodana-action@v2024.1.4
with:
args: --config,.github/qodana.yaml,--property=idea.headless.enable.statistics=false
pr-mode: false
upload-result: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: Report Qodana results to GitHub
uses: github/codeql-action/upload-sarif@v3.25.5
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json