Update CI/CD workflows to use self-hosted runners

Changed all workflow files from ubuntu-latest to self-hosted runners to match deployment environment requirements.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Code 2025-07-07 19:53:19 -04:00
parent b913475932
commit 56b2211cb0
5 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: self-hosted
name: Review Dependencies
steps: