Files
aitbc/.gitea/workflows/audit.yml
aitbc1 792f70c500
Some checks failed
/ audit (push) Has been cancelled
ci-cd / build (push) Has been cancelled
ci / build (push) Has been cancelled
security / audit (push) Has been cancelled
test / test (push) Has been cancelled
ci: migrate all workflows from debian:host to gitea-runner
- Updated runs-on from debian:host to gitea-runner across all workflow files
- Changed audit.yml, ci-cd.yml, ci.yml, fix.yml, security-scanning.yml, and test.yml
- Updated cli-level1-tests.yml from debian:host to gitea-runner
- Fixed audit.yml workflow name from 'name' to 'gitea-runnername'
- Standardizes runner configuration to use gitea-runner label
2026-03-27 11:53:16 +01:00

17 lines
216 B
YAML

gitea-runnername: audit
on:
push:
jobs:
audit:
runs-on: gitea-runner
steps:
- uses: actions/checkout@v4
- run: npm install
- name: Audit dependencies
run: npm audit || true