Skip to content

Feat CdsDataSourceConfig : default configuration #426

Feat CdsDataSourceConfig : default configuration

Feat CdsDataSourceConfig : default configuration #426

name: Qodana
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches:
- main
- develop
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@b60a4b9259f448dd00f2ca4763db5677d69ba868 # v2024.3.4
with:
args: --apply-fixes
pr-mode: false
push-fixes: pull-request
cache-default-branch-only: true
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}