ci: migrate all workflows from debian:host to gitea-runner
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

- 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
This commit is contained in:
2026-03-27 11:53:16 +01:00
parent bb443ba466
commit 792f70c500
7 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
name: audit gitea-runnername: audit
on: on:
push: push:
jobs: jobs:
audit: audit:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -16,7 +16,7 @@ on:
jobs: jobs:
test-cli-level1: test-cli-level1:
runs-on: debian:host runs-on: gitea-runner
strategy: strategy:
matrix: matrix:

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
fix: fix:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
audit: audit:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: npm install - run: npm install

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
test: test:
runs-on: debian:host runs-on: gitea-runner
steps: steps:
- run: | - run: |