Skip to content

Commit 3b67633

Browse files
authored
Merge pull request #85 from github/campaign-fix-2-1
Potential fixes for 2 code scanning alerts
2 parents eb59a82 + d98cf77 commit 3b67633

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish
22

3+
permissions:
4+
contents: read
5+
36
on:
47
release:
58
types: [created]

0 commit comments

Comments
 (0)