Skip to content

Commit 4c61e01

Browse files
[StepSecurity] ci: Harden GitHub Actions
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent 59683b0 commit 4c61e01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/createNewAtomicSandBoxDemo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
create-new-version-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)