ci: migrate all workflows from gitea-runner to debian
Some checks failed
/ audit (push) Failing after 6s
ci-cd / build (push) Failing after 1s
ci / build (push) Failing after 2s
security / audit (push) Failing after 1s
test / test (push) Failing after 0s

- Updated runs-on from gitea-runner to debian 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 gitea-runner to debian
- Fixed audit.yml workflow name from 'gitea-runnername' to 'debianname'
- Standardizes runner configuration to use debian label
This commit is contained in:
2026-03-27 11:55:43 +01:00
parent 792f70c500
commit 068fd1fc55
7 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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