Skip to content

Commit fa94481

Browse files
committed
add permissions section to make CodeQL happy
1 parent fb0b409 commit fa94481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
security-events: write
1619
strategy:
1720
matrix:
1821
node-version: [24, 22, 20, 18]

0 commit comments

Comments
 (0)