We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1e2d commit a878184Copy full SHA for a878184
.github/workflows/scan.yml
@@ -47,6 +47,8 @@ jobs:
47
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
48
with:
49
sarif_file: cx_result.sarif
50
+ sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
51
+ ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }}
52
53
quality:
54
name: Quality scan
0 commit comments