Skip to content

Update logback.version to v1.2.13 (release/4.2.x) (patch) #633

Update logback.version to v1.2.13 (release/4.2.x) (patch)

Update logback.version to v1.2.13 (release/4.2.x) (patch) #633

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/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json