mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 13:11:33 +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
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
scan:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
@ -10,3 +10,6 @@ jobs:
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
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