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 5f60ebb commit 6d5937cCopy full SHA for 6d5937c
.github/workflows/scan.yml
@@ -48,6 +48,8 @@ jobs:
48
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
49
with:
50
sarif_file: cx_result.sarif
51
+ sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
52
+ ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }}
53
54
quality:
55
name: Quality scan
0 commit comments