We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2e323 commit a3065eeCopy full SHA for a3065ee
.github/workflows/pullrequest.yml
@@ -9,6 +9,10 @@ jobs:
9
verifypr:
10
runs-on: ubuntu-latest
11
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
16
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
17
- name: Run StandardLint
18
uses: mikaelvesavuori/standardlint-action@6aa06559941f5dda07f7d89eefff6da591e9e0b9 # v1.0.0
0 commit comments