Skip to content

Update github/codeql-action digest to 9e8d078 #491

Update github/codeql-action digest to 9e8d078

Update github/codeql-action digest to 9e8d078 #491

Workflow file for this run

name: Qodana
permissions: read-all
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@e42ff2d2727091337983f607598abbbce4e25f1f # v2023.3.1
with:
linter: jetbrains/qodana-jvm
- uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json