File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ jobs:
150
150
- default
151
151
runs-on : ubuntu-latest
152
152
steps :
153
+ - id : harden-runner
154
+ name : Harden the runner
155
+ uses : step-security/harden-runner@v2
156
+ with :
157
+ egress-policy : audit
153
158
- uses : actions/checkout@v4
154
159
- id : setup-python
155
160
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 37
37
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
38
38
39
39
steps :
40
+ - id : harden-runner
41
+ name : Harden the runner
42
+ uses : step-security/harden-runner@v2
43
+ with :
44
+ egress-policy : audit
45
+
40
46
- name : Checkout repository
41
47
uses : actions/checkout@v4
42
48
You can’t perform that action at this time.
0 commit comments