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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue