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 896ad70 commit 722e4c7Copy full SHA for 722e4c7
.github/workflows/self-test-and-release.yml
@@ -64,7 +64,7 @@ jobs:
64
if: steps.iam-role.outcome == 'success'
65
shell: bash
66
env:
67
- EXPECTED: 102
+ EXPECTED: 103
68
run: |
69
[[ $(jq -r '.runs[0].results[].ruleId' code-guru/recommendations.sarif.json | wc -l) -eq $EXPECTED ]] || { echo "Expected $EXPECTED recommendations but got $(jq -r '.runs[0].results[].ruleId' code-guru/recommendations.sarif.json | wc -l)"; exit 1; }
70
0 commit comments