We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d624fd3 commit af4527cCopy full SHA for af4527c
2 files changed
.github/workflows/code-scanning.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Upload Artifacts
126
uses: actions/upload-artifact@v4.3.1
127
with:
128
- name: codeql-artifacts
+ name: codeql-artifacts-${{ matrix.language }}
129
path: ${{ env.RESULTS_DIR }}
130
131
- name: SonarQube Scan
sonar-project.properties
@@ -10,5 +10,10 @@ sonar.projectVersion=3.0.0
10
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11
sonar.sources=.
12
13
+
14
+# Guessing the value based on the example of Git Action script...
15
+sonar.sarifReportPaths=../results/*_stripped.sarif
16
17
18
# Encoding of the source code. Default is default system encoding
19
sonar.sourceEncoding=UTF-8
0 commit comments