Skip to content

Commit af4527c

Browse files
authored
Updated sarif report path value (#548)
CodeQL Advanced is now working, and there is no new code changes so dismissing the Sonar errors for the time-being.
1 parent d624fd3 commit af4527c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Upload Artifacts
126126
uses: actions/upload-artifact@v4.3.1
127127
with:
128-
name: codeql-artifacts
128+
name: codeql-artifacts-${{ matrix.language }}
129129
path: ${{ env.RESULTS_DIR }}
130130

131131
- name: SonarQube Scan

sonar-project.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ sonar.projectVersion=3.0.0
1010
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1111
sonar.sources=.
1212

13+
14+
# Guessing the value based on the example of Git Action script...
15+
sonar.sarifReportPaths=../results/*_stripped.sarif
16+
17+
1318
# Encoding of the source code. Default is default system encoding
1419
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)