Commit Graph

12 Commits

Author SHA1 Message Date
Alexa Amundson
26b9fbe88c fix: remove unconfigured auto-deploy workflow 2026-03-14 14:02:48 -05:00
Alexa Amundson
a8e0c618de fix: replace Railway with Cloudflare Pages deploy 2026-03-10 21:54:45 -05:00
Alexa Amundson
a88a963ac4 fix: replace CodeQL with lightweight security scan 2026-03-10 21:42:31 -05:00
Alexa Amundson
adbfc610c0 fix: remove npm cache requirement, use npm install instead of npm ci 2026-03-10 21:16:20 -05:00
Alexa Amundson
6db161bbbf ci: add CI workflow 2026-03-09 06:55:24 -05:00
Alexa Amundson
48767b57a3 Merge pull request #1 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: Bump actions/github-script from 7 to 8
2026-03-09 01:27:54 -05:00
dependabot[bot]
176c82427a 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-09 04:57:19 +00:00
Alexa Amundson
dd533677c6 Merge pull request #2 from blackboxprogramming/dependabot/github_actions/github/codeql-action-4
ci: Bump github/codeql-action from 3 to 4
2026-03-08 23:48:26 -05:00
dependabot[bot]
a5e055b66b 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-02-14 23:01:07 +00:00
dependabot[bot]
ca5ca2725d 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-02-14 23:00:58 +00:00
dependabot[bot]
38593ae77f 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-02-14 23:00:49 +00:00
Your Name
f336a3ca53 ci: add GitHub Actions CI/CD workflows
 Phase 6: GitHub CI/CD Automation

Added workflows:
- Security scanning (CodeQL + dependency scan)
- Auto-deployment (Cloudflare Pages)
- Self-healing (health checks + auto-rollback)
- Dependabot (automated dependency updates)

Deployed by: Phase 6 automation
2026-02-14 17:00:18 -06:00