Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4.3.1
with:
name: codeql-artifacts
name: codeql-artifacts-${{ matrix.language }}
path: ${{ env.RESULTS_DIR }}

- name: SonarQube Scan
Expand Down
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ sonar.projectVersion=3.0.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.


# Guessing the value based on the example of Git Action script...
sonar.sarifReportPaths=../results/*_stripped.sarif


# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Loading