Skip to content

Commit a3065ee

Browse files
authored
Update pullrequest.yml (#47)
Signed-off-by: James Pether Sörling <[email protected]>
1 parent aa2e323 commit a3065ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pullrequest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
verifypr:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Harden Runner
13+
uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
14+
with:
15+
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1216
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1317
- name: Run StandardLint
1418
uses: mikaelvesavuori/standardlint-action@6aa06559941f5dda07f7d89eefff6da591e9e0b9 # v1.0.0

0 commit comments

Comments
 (0)