Skip to content

Commit 6b1246a

Browse files
authored
Merge pull request #80 from github/campaign-fix-4-3
Potential fixes for 2 code scanning alerts
2 parents a5a9241 + 7e76765 commit 6b1246a

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
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
build:
11+
permissions:
12+
contents: read
1113
runs-on: ubuntu-22.04
1214

1315
steps:

.github/workflows/publish.yml

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

36
on:
47
release:

0 commit comments

Comments
 (0)