mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 15:17:08 +00:00
Compare commits
1 commit
main
...
varunsh-co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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