Skip to content

Commit 39f9441

Browse files
claudiamurialdoBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/fail-build-on-codeql-errors' into beta
1 parent b82defc commit 39f9441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
uses: github/codeql-action/upload-sarif@v3
9191
with:
9292
sarif_file: sarif-results
93+
wait-for-processing: true
9394

9495
- name: Check for high severity alerts
9596
id: check_alerts
@@ -117,7 +118,7 @@ jobs:
117118
118119
- name: Upload flag file as artifact
119120
if: steps.check_alerts.outputs.high_severity_found == 'true'
120-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
121122
with:
122123
name: codeql_high_severity_found
123124
path: codeql_high_severity_found

0 commit comments

Comments
 (0)