Skip to content

Bump CrispyWaffle from 4.3.231 to 4.3.268 (#208) #145

Bump CrispyWaffle from 4.3.231 to 4.3.268 (#208)

Bump CrispyWaffle from 4.3.231 to 4.3.268 (#208) #145

Workflow file for this run

name: Qodana
on:
pull_request:
pull_request_target:
workflow_dispatch:
push:
branches:
- 'main'
- 'releases/*'
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
if: >-
(
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository
) || (
github.event_name == 'pull_request_target' &&
github.event.pull_request.head.repo.full_name != github.repository
) || (
github.event_name == 'workflow_dispatch'
)
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}