Skip to content

Commit

Permalink
doc: use nodejs/is-my-node-vulnerable as action name (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Dec 23, 2024
1 parent c37a56b commit b03e4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check Node.js
uses: RafaelGSS/is-my-node-vulnerable@v1
uses: nodejs/is-my-node-vulnerable@v1
with:
node-version: "18.14.1"
```
Expand All @@ -125,7 +125,7 @@ Optionally you can define the platform with the argument `platform` to limit the
```yml
- uses: actions/checkout@v3
- name: Check Node.js
uses: RafaelGSS/is-my-node-vulnerable@v1
uses: nodejs/is-my-node-vulnerable@v1
with:
node-version: "18.14.1"
platform: "linux"
Expand Down

0 comments on commit b03e4d1

Please sign in to comment.