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 8dabce9 commit 356321aCopy full SHA for 356321a
.github/workflows/scan.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
sarif_file: cx_result.sarif
53
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
54
- ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/merge', github.event.pull_request.number) || github.ref }}"
+ ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/merge', github.event.pull_request.number) || github.ref }}
55
56
quality:
57
name: Quality scan
0 commit comments