Skip to content

Update slf4j.version to v2.0.10 (release/4.2.x) (patch) #859

Update slf4j.version to v2.0.10 (release/4.2.x) (patch)

Update slf4j.version to v2.0.10 (release/4.2.x) (patch) #859

Workflow file for this run

---
name: "Qodana"
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
- 'release/*'
jobs:
qodana:
runs-on: "ubuntu-latest"
permissions:
contents: "write"
pull-requests: "write"
checks: "write"
security-events: "write"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json