Skip to content

Commit 86c6377

Browse files
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent 7d3dfd1 commit 86c6377

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/request-triage-review.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
runs-on: [self-hosted,hl-sdk-py-lin-md]
1919

2020
steps:
21+
- name: Harden the runner (Audit all outbound calls)
22+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
23+
with:
24+
egress-policy: audit
25+
2126
- name: Request triage review
22-
uses: actions/github-script@v9.0.0 #v9.0.0
27+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2328
with:
2429
script: |
2530
const tag = "<!-- triage -->";

0 commit comments

Comments
 (0)