Update runs-on.yml
This commit is contained in:
parent
92c522aaa6
commit
bbc91daed3
1 changed files with 4 additions and 3 deletions
7
.github/workflows/runs-on.yml
vendored
7
.github/workflows/runs-on.yml
vendored
|
|
@ -2,7 +2,8 @@ name: RunsOn Tests
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
@ -11,7 +12,7 @@ jobs:
|
|||
runs-on:
|
||||
- runs-on=${{ github.run_id }}
|
||||
- runner=2cpu-linux-x64
|
||||
- image=ubuntu24-stepsecurity-x64
|
||||
- image=ubuntu22-stepsecurity-x64
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@rc
|
||||
|
|
@ -40,7 +41,7 @@ jobs:
|
|||
runs-on:
|
||||
- runs-on=${{ github.run_id }}
|
||||
- runner=2cpu-linux-x64
|
||||
- image=ubuntu24-stepsecurity-x64
|
||||
- image=ubuntu22-stepsecurity-x64
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@rc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue