Skip to content

Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #300

Bump org.assertj:assertj-core from 3.26.0 to 3.26.3

Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #300

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