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