Skip to content

Commit e00db02

Browse files
committed
Update workflow based on zizmor audit
1 parent 9911fe8 commit e00db02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.js.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12+
with:
13+
persist-credentials: false
1214
- name: Install Node.js
13-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1416
with:
1517
node-version: 20
1618
cache: npm

0 commit comments

Comments
 (0)