📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-18 16:04:36 +00:00
parent 71b421806e
commit dd4c084042
416 changed files with 35467 additions and 3065 deletions
+5 -1
View File
@@ -9,7 +9,8 @@ jobs:
name: Code Quality Review
runs-on: ubuntu-latest
permissions:
pull-requests: write # required to post PR comments
pull-requests: write # required to post PR comments
# security-events: write # uncomment to upload SARIF to Code Scanning (sarif-file)
steps:
- uses: actions/checkout@v4
@@ -21,3 +22,6 @@ jobs:
mode: review
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
fail-below: 70 # fail the check if Health Score drops below 70
# fail-on: critical # fail on any Critical finding (none | warning | critical)
# fail-on-regression: true # fail if the Health Score dropped vs the last run
# sarif-file: brooks-lint.sarif # also upload findings to GitHub Code Scanning