Commit Graph

11 Commits

Author SHA1 Message Date
Alexa Amundson
58d4e18634 Add GitHub Sponsors funding link 2026-03-11 20:59:30 -05:00
Alexa Amundson
661e67b6f2 fix: replace CodeQL with lightweight security scan 2026-03-10 22:21:05 -05:00
Alexa Amundson
47fff60fe6 fix: replace Railway with Cloudflare Pages deploy 2026-03-10 21:58:26 -05:00
Alexa Amundson
488406256c ci: add CI workflow 2026-03-09 06:56:07 -05:00
Alexa Amundson
36a3e31c76 Merge pull request #2 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: bump actions/github-script from 7 to 8
2026-03-09 01:23:42 -05:00
Alexa Amundson
795597a15f Merge pull request #1 from blackboxprogramming/dependabot/github_actions/actions/setup-node-6
ci: bump actions/setup-node from 4 to 6
2026-03-09 01:07:51 -05:00
dependabot[bot]
d8f2462590 ci: bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 04:50:29 +00:00
dependabot[bot]
f66eceddaa ci: bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 04:50:29 +00:00
dependabot[bot]
0d1bcfa4c0 ci: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 21:20:13 +00:00
dependabot[bot]
2fbc4423c0 ci: bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 21:19:59 +00:00
BlackRoad Bot
5858477a09 ci: add GitHub Actions workflows
- Security scanning (CodeQL, dependency scan, secret scan)
- Auto-deployment to Cloudflare/Railway
- Self-healing with auto-rollback
- Dependabot for dependency updates

Deployed by: Phase 6 GitHub CI/CD automation
2026-02-14 17:04:15 -06:00