APT v1.1.0 security foundation #1

Merged
peji merged 22 commits from hardening/security-foundation into master 2026-08-22 16:24:35 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f65273c7a9 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs: jobs:
build-checks: build-checks:
runs-on: alta-tool-hub-ci runs-on: apt-ci
permissions: permissions:
contents: read contents: read
steps: steps:
+1 -1
View File
@@ -58,7 +58,7 @@ test('build remains Windows portable without misleading signing overrides', () =
test('GitPeji CI targets the live runner and is build-only on Node 22', () => { test('GitPeji CI targets the live runner and is build-only on Node 22', () => {
const workflow = read('.gitea/workflows/ci.yml'); const workflow = read('.gitea/workflows/ci.yml');
assert.match(workflow, /^\s*runs-on:\s*alta-tool-hub-ci\s*$/m); assert.match(workflow, /runs-on:\s*apt-ci/);
assert.doesNotMatch(workflow, /^\s*runs-on:\s*ubuntu-latest\s*$/m); assert.doesNotMatch(workflow, /^\s*runs-on:\s*ubuntu-latest\s*$/m);
assert.match(workflow, /actions\/checkout@v4/); assert.match(workflow, /actions\/checkout@v4/);
assert.match(workflow, /actions\/setup-node@v4/); assert.match(workflow, /actions\/setup-node@v4/);