mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Update github/codeql-action action to v2.2.5
This commit is contained in:
parent
cb8dad153c
commit
2a74778c32
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||||
|
|
||||||
- name: Report Qodana results to GitHub
|
- name: Report Qodana results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v2.2.4
|
uses: github/codeql-action/upload-sarif@v2.2.5
|
||||||
with:
|
with:
|
||||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||||
|
|
Loading…
Reference in a new issue