fix: corrige SonarCloud e adiciona delete automático de branch após merge #117
code-quality.yml
on: pull_request
🔍 Qodana Analysis
2m 3s
📊 SonarQube Analysis
0s
🛡️ Snyk Security
36s
📈 Quality Metrics
29s
📋 Quality Summary
4s
Annotations
7 warnings
|
Deprecated Action
The action dotnet is deprecated. Please visit Snyk actions at https://github.com/snyk/actions for a newer version.
|
|
🔍 Qodana Analysis
No files were found with the provided path: /home/runner/work/QRCoder.Core/QRCoder.Core/qodana. No artifacts will be uploaded.
|
|
🔍 Qodana Analysis
Unable to determine the base commit for PR analysis. The analysis will run without PR mode.
|
|
🔍 Qodana Analysis
Git command failed: git merge-base 1568fbccccd78dcbe3a7d51d751abeff793c4a3c e9bb1a407d7fa741667c9108a70baf14f5a17d99
Exit code: 1
Stdout:
Stderr:
|
|
🔍 Qodana Analysis
Unable to compute merge-base using git. Please specify fetch-depth: 0 in your checkout step. Falling back to the GitHub webhook payload.
|
|
🔍 Qodana Analysis
Git command failed: git merge-base origin/main origin/devin/fix-sonar-and-delete-branch
Exit code: 1
Stdout:
Stderr:
|
|
🔍 Qodana Analysis
Comma-separated args format is deprecated and will be removed in a future version.
Please switch to space-separated format:
Current: "--linter,qodana-cdnet --project,QRCoder.Core/QRCoder.Core.csproj --baseline,qodana.sarif.json --fail-threshold,0"
Suggested: "--linter qodana-cdnet --project QRCoder.Core/QRCoder.Core.csproj --baseline qodana.sarif.json --fail-threshold 0"
|