mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-06 04:30:14 +00:00
[actions] add step security runner
This commit is contained in:

committed by
Jordan Harband

parent
81fc05684d
commit
6cc90a4b8d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -8,6 +8,12 @@ jobs:
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
uses: step-security/harden-runner@v1
|
||||
with:
|
||||
allowed-endpoints:
|
||||
github.com:443
|
||||
registry.npmjs.org:443
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user