Skip to content

Bump org.junit:junit-bom from 5.11.0 to 5.11.3 #332

Bump org.junit:junit-bom from 5.11.0 to 5.11.3

Bump org.junit:junit-bom from 5.11.0 to 5.11.3 #332

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches:
- master
- release/**
- qodana/**
pull_request:
types: [opened, synchronize, reopened]
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1.8
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json