mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-01 01:04:46 +01:00
Create names on Qodana workflow
This commit is contained in:
parent
8ed457fef6
commit
a593715eb8
1 changed files with 6 additions and 3 deletions
9
.github/workflows/qodana.yml
vendored
9
.github/workflows/qodana.yml
vendored
|
@ -8,16 +8,19 @@ on:
|
|||
|
||||
jobs:
|
||||
qodana:
|
||||
name: Qodana
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: 'Qodana Scan'
|
||||
- name: Check using Qodana
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
- uses: github/codeql-action/upload-sarif@v2
|
||||
- name: Upload results
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue