Skip to content

Commit f5845c4

Browse files
committed
Update workflows based on zizmor audit
1 parent c6fbe02 commit f5845c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+
with:
14+
persist-credentials: false
1315
- name: Install Node.js
14-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
1517
with:
1618
node-version: 20.x
1719
- run: npm ci

0 commit comments

Comments
 (0)