Skip to content

Commit 03a1ed2

Browse files
Merge pull request #25 from step-security-bot/stepsecurity_remediation_1737747624
[StepSecurity] ci: Harden GitHub Actions
2 parents 9c88a23 + 4c61e01 commit 03a1ed2

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)