diff --git a/.github/workflows/CodeAnalysis.yml b/.github/workflows/CodeAnalysis.yml index c9e1051..2481704 100644 --- a/.github/workflows/CodeAnalysis.yml +++ b/.github/workflows/CodeAnalysis.yml @@ -43,7 +43,7 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif # - powershell: |