mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-15 19:03:43 +00:00
ci: remove qodana (#12227)
This commit is contained in:
parent
29e4528ae5
commit
d7de7eb2a6
23
.github/workflows/qodana-scan.yml
vendored
23
.github/workflows/qodana-scan.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Qodana
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
qodana:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: acryldata/sane-checkout-action@v3
|
|
||||||
- name: "Qodana Scan"
|
|
||||||
uses: JetBrains/qodana-action@v2022.3.4
|
|
||||||
- uses: github/codeql-action/upload-sarif@v2
|
|
||||||
with:
|
|
||||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
|
||||||
cache-default-branch-only: true
|
|
||||||
Loading…
x
Reference in New Issue
Block a user