Skip to content

Commit 5ca4024

Browse files
authored
Merge pull request #32 from github/campaign-fix-2-1
Potential fixes for 2 code scanning alerts
2 parents 234fec8 + 0d58d0e commit 5ca4024

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,4 +1,6 @@
11
name: Node CI
2+
permissions:
3+
contents: read
24

35
on:
46
pull_request:

.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)