You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for sarif_file in ${{ github.workspace }}/*.sarif ${{ runner.temp }}/codeql_databases/*/results/*.sarif; do
229
+
for sarif_file in /home/azureuser/kv-server-repo-runner/_work/protected-auction-key-value-service/results/*.sarif ${{ runner.temp }}/codeql_databases/*/results/*.sarif; do
230
230
if [ -f "$sarif_file" ]; then
231
231
echo "🔧 Processing: $(basename "$sarif_file")"
232
232
@@ -277,13 +277,14 @@ jobs:
277
277
echo "🎯 SARIF cleaning completed"
278
278
279
279
# Upload SARIF results as workflow artifacts for download/inspection
0 commit comments