diff --git a/.github/workflows/codeql-ql.yml b/.github/workflows/codeql-ql.yml index 49373bb..924865e 100644 --- a/.github/workflows/codeql-ql.yml +++ b/.github/workflows/codeql-ql.yml @@ -88,4 +88,4 @@ jobs: - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: ${{ steps.run_ql.outputs.SARIF_FILE }} \ No newline at end of file + sarif_file: ${{ steps.run_ql.outputs.sarif }} \ No newline at end of file