Skip to content

Commit e753a5e

Browse files
authored
Merge pull request #328 from github/campaign-fix-5-4-3
Potential fixes for 3 code scanning alerts
2 parents ceddf6e + bd9591c commit e753a5e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lighthouse.yml

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

35
on: [pull_request]
46

.github/workflows/nodejs.yml

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

35
on:
46
pull_request:

0 commit comments

Comments
 (0)