Skip to content

Commit 1fa0e10

Browse files
committed
Labels
1 parent 9cd162f commit 1fa0e10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/qodana.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
dotnet-version: |
2222
8.0.*
2323
9.0.*
24-
- uses: actions/checkout@v4
24+
- name: Git checkout
25+
uses: actions/checkout@v4
2526
with:
2627
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2728
fetch-depth: 0 # a full history is required for pull request analysis
@@ -39,6 +40,7 @@ jobs:
3940
upload-result: true
4041
env:
4142
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
42-
- uses: github/codeql-action/upload-sarif@v2
43+
- name: Upload SARIF report
44+
uses: github/codeql-action/upload-sarif@v2
4345
with:
4446
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)