Skip to content

Commit d142208

Browse files
Copilotstnguyen90
andcommitted
Remove harden-runner step from copilot-setup-steps.yml
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
1 parent 21e6822 commit d142208

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ jobs:
66
copilot-setup-steps:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Harden Runner
10-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
11-
with:
12-
egress-policy: audit
13-
allowed-endpoints: >
14-
api.github.com:443
15-
github.com:443
16-
nodejs.org:443
17-
objects.githubusercontent.com:443
18-
pkg.pr.new:443
19-
pkg.vc:443
20-
playwright.azureedge.net:443
21-
registry.npmjs.org:443
22-
releases.githubusercontent.com:443
239
- uses: actions/checkout@v4
2410
- name: Use Node.js
2511
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)