mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 14:11:34 +00:00
Publish GitHub CodeQL from Qodona
This commit is contained in:
5
.github/workflows/qodona.yml
vendored
5
.github/workflows/qodona.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Qodona
|
name: Qodona
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
@ -10,3 +10,6 @@ jobs:
|
|||||||
uses: JetBrains/qodana-action@main
|
uses: JetBrains/qodana-action@main
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
||||||
|
- uses: github/codeql-action/upload-sarif@v2
|
||||||
|
with:
|
||||||
|
sarif_file: "${{ runner.temp }}/qodana/results/qodana.sarif.json"
|
||||||
|
Reference in New Issue
Block a user