mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
Add allowed endpoints to node workflow
This commit is contained in:
parent
f7b503e36b
commit
341cf69e13
10
.github/workflows/node-workflow.yml
vendored
10
.github/workflows/node-workflow.yml
vendored
@ -28,6 +28,16 @@ jobs:
|
|||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: step-security/harden-runner@main
|
uses: step-security/harden-runner@main
|
||||||
|
with:
|
||||||
|
allowed-endpoints:
|
||||||
|
beta.api.stepsecurity.io.:443
|
||||||
|
codecov.io.:443
|
||||||
|
github.com.:443
|
||||||
|
nodejs.org.:443
|
||||||
|
raw.githubusercontent.com.:443
|
||||||
|
registry.npmjs.org.:443
|
||||||
|
setup-php.com.:443
|
||||||
|
storage.googleapis.com.:443
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user