mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-07-25 02:20:53 -03:00
Update Harden Runner step in node workflows
This commit is contained in:
4
.github/workflows/node-workflow.yml
vendored
4
.github/workflows/node-workflow.yml
vendored
@@ -26,11 +26,9 @@ jobs:
|
||||
operating-system: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
if: runner.os == 'Linux'
|
||||
uses: step-security/harden-runner@main
|
||||
uses: step-security/harden-runner@v1
|
||||
with:
|
||||
allowed-endpoints:
|
||||
beta.api.stepsecurity.io.:443
|
||||
codecov.io.:443
|
||||
github.com.:443
|
||||
nodejs.org.:443
|
||||
|
||||
Reference in New Issue
Block a user