Updated CodeQL action to v2

This commit is contained in:
SChernykh
2022-06-02 11:22:43 +02:00
parent 8159ecfce4
commit b4c7eea4d9
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ jobs:
# Upload SARIF file to GitHub Code Scanning Alerts
- name: Upload SARIF to GitHub
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.run-analysis.outputs.sarif }}