agentbbs/.github/workflows
ralyodio 3bfbd7059f ci(vu1nz-scan): don't fail the scan when the PR comment can't be posted
Dependabot PRs run with a read-only GITHUB_TOKEN, and GitHub was returning
503 (the HTML "Unicorn" page) for the comment write; the step's catch only
handled 403 and re-threw everything else, failing the whole scan even though
the security scan itself passed.

- skip the comment step for github.actor == 'dependabot[bot]'
- continue-on-error: true
- warn-and-continue on any status instead of only 403

Mirrors sh1pt pack vu1nz-scan@1.0.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 01:56:01 +00:00
..
ci.yml chore(deps): bump the github-actions group with 4 updates (#70) 2026-07-01 01:08:44 -07:00
deploy.yml ci(deploy): preempt self-update timer so it can't starve the deploy lock (#72) 2026-07-01 01:32:10 -07:00
mailu-update.yml chore: keep all agentbbs services on latest software (#69) 2026-06-30 20:06:06 -07:00
test.yml chore(deps): bump the github-actions group with 4 updates (#70) 2026-07-01 01:08:44 -07:00
vu1nz-scan.yml ci(vu1nz-scan): don't fail the scan when the PR comment can't be posted 2026-07-17 01:56:01 +00:00