Skip to content

Commit b03e4d1

Browse files
authored
doc: use nodejs/is-my-node-vulnerable as action name (#30)
1 parent c37a56b commit b03e4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/checkout@v3
117117
- name: Check Node.js
118-
uses: RafaelGSS/is-my-node-vulnerable@v1
118+
uses: nodejs/is-my-node-vulnerable@v1
119119
with:
120120
node-version: "18.14.1"
121121
```
@@ -125,7 +125,7 @@ Optionally you can define the platform with the argument `platform` to limit the
125125
```yml
126126
- uses: actions/checkout@v3
127127
- name: Check Node.js
128-
uses: RafaelGSS/is-my-node-vulnerable@v1
128+
uses: nodejs/is-my-node-vulnerable@v1
129129
with:
130130
node-version: "18.14.1"
131131
platform: "linux"

0 commit comments

Comments
 (0)