Skip to content

Commit 66ed3f1

Browse files
committed
fix: Korrigere skrive feil av filtype
1 parent 2ba88a4 commit 66ed3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ciStaticCodeValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ !cancelled() && steps.paths.outcome == 'success' }}
9696
uses: forcedotcom/run-code-analyzer@13c0e7699093dc6294eefe19d1106eeda363c898
9797
with:
98-
run-arguments: --workspace ${{ steps.paths.outputs.sfCodeAnalyzerPathToValidate }} --view detail --output-file sfca_results.html --output-file sfca_results.json --output-file code-analyzer-report.sharif
98+
run-arguments: --workspace ${{ steps.paths.outputs.sfCodeAnalyzerPathToValidate }} --view detail --output-file sfca_results.html --output-file sfca_results.json --output-file code-analyzer-report.sarif
9999
results-artifact-name: salesforce-code-analyzer-results
100100

101101
- name: Upload SARIF file

0 commit comments

Comments
 (0)