We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82defc commit 39f9441Copy full SHA for 39f9441
.github/workflows/codeql-analysis.yml
@@ -90,6 +90,7 @@ jobs:
90
uses: github/codeql-action/upload-sarif@v3
91
with:
92
sarif_file: sarif-results
93
+ wait-for-processing: true
94
95
- name: Check for high severity alerts
96
id: check_alerts
@@ -117,7 +118,7 @@ jobs:
117
118
119
- name: Upload flag file as artifact
120
if: steps.check_alerts.outputs.high_severity_found == 'true'
- uses: actions/upload-artifact@v3
121
+ uses: actions/upload-artifact@v4
122
123
name: codeql_high_severity_found
124
path: codeql_high_severity_found
0 commit comments