1
0
Fork 0
mirror of synced 2026-06-05 18:38:19 +00:00

Update runs-on.yml

This commit is contained in:
Varun Sharma 2025-10-26 08:32:40 -07:00 committed by GitHub
commit bbc91daed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,8 @@ name: RunsOn Tests
on: on:
workflow_dispatch: workflow_dispatch:
pull_request:
permissions: permissions:
contents: read contents: read
@ -11,7 +12,7 @@ jobs:
runs-on: runs-on:
- runs-on=${{ github.run_id }} - runs-on=${{ github.run_id }}
- runner=2cpu-linux-x64 - runner=2cpu-linux-x64
- image=ubuntu24-stepsecurity-x64 - image=ubuntu22-stepsecurity-x64
steps: steps:
- name: Harden Runner - name: Harden Runner
uses: step-security/harden-runner@rc uses: step-security/harden-runner@rc
@ -40,7 +41,7 @@ jobs:
runs-on: runs-on:
- runs-on=${{ github.run_id }} - runs-on=${{ github.run_id }}
- runner=2cpu-linux-x64 - runner=2cpu-linux-x64
- image=ubuntu24-stepsecurity-x64 - image=ubuntu22-stepsecurity-x64
steps: steps:
- name: Harden Runner - name: Harden Runner
uses: step-security/harden-runner@rc uses: step-security/harden-runner@rc