Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Adrian Adewunmi 2026-07-16 08:28:42 +01:00 committed by GitHub
parent 9eb52f5d1c
commit f9b5ba74a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -87,5 +87,5 @@ jobs:
run: |
echo "Downloaded files:"
ls -la || true
echo "If results.sarif is present, show basic info:"
file results.sarif || true
echo "If results-sarif/results.sarif is present, show basic info:"
file results-sarif/results.sarif || true