Skip to content

Commit c1a7c6b

Browse files
[StepSecurity] ci: Harden GitHub Actions
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent 14b9804 commit c1a7c6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/createNewCodeSandBoxDemo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
create-new-demo:
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Harden Runner
10+
uses: step-security/harden-runner@v2
11+
with:
12+
egress-policy: audit
13+
914
- name: Setup Ruby in runner
1015
uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2
1116
with:

0 commit comments

Comments
 (0)