Skip to content

Commit 1d4e33a

Browse files
committed
fix: legge til debug
1 parent 8160e67 commit 1d4e33a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ jobs:
132132
end
133133
' code-analyzer-report.sarif > code-analyzer-report.sarif
134134
echo "::endgroup::"
135+
echo "::group::Print SARIF file"
136+
cat code-analyzer-report.sarif
137+
echo "::endgroup::"
135138
136139
- name: Upload SARIF file
137140
uses: github/codeql-action/upload-sarif@7e3036b9cd87fc26dd06747b7aa4b96c27aaef3a

0 commit comments

Comments
 (0)