Skip to content

Commit 89b177f

Browse files
authored
Merge pull request #60 from github/campaign-fix-4-3
Potential fixes for 2 code scanning alerts
2 parents da6796d + 5ee8959 commit 89b177f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Node CI
22

33
on: [push]
4+
permissions:
5+
contents: read
46
jobs:
57
build:
68
runs-on: ${{ matrix.os }}

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Publish
2+
permissions:
3+
contents: read
24

35
on:
46
release:

0 commit comments

Comments
 (0)