Skip to content

fix(deps): update mockito monorepo to v5.7.0 (#7834) #4

fix(deps): update mockito monorepo to v5.7.0 (#7834)

fix(deps): update mockito monorepo to v5.7.0 (#7834) #4

Workflow file for this run

---
# yamllint disable rule:comments
name: "Qodana"
# yamllint disable-line rule:truthy
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 }}
# yamllint disable-line rule:line-length
- uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json