Skip to content

Update actions/cache action to v3.3.2 (release/4.2.x) #123

Update actions/cache action to v3.3.2 (release/4.2.x)

Update actions/cache action to v3.3.2 (release/4.2.x) #123

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json