fix(workflows): standardize runner configuration for security jobs

This commit is contained in:
Will Sarg 2026-02-16 17:51:49 -05:00
parent 13a42935ae
commit 692d0182f3
2 changed files with 63 additions and 45 deletions

View file

@ -21,7 +21,7 @@ env:
jobs:
audit:
name: Security Audit
runs-on: ${{ github.event_name != 'pull_request' && 'blacksmith-2vcpu-ubuntu-2404' || 'ubuntu-latest' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 20
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
@ -37,7 +37,7 @@ jobs:
deny:
name: License & Supply Chain
runs-on: ${{ github.event_name != 'pull_request' && 'blacksmith-2vcpu-ubuntu-2404' || 'ubuntu-latest' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 20
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4