Skip to content

Commit 4a59086

Browse files
authored
Merge branch 'main' into feature/handle-null-purls
2 parents 73e1388 + 3805c51 commit 4a59086

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# For our project, we generate this file through a build process from other source files.
55
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
66
name: Check dist/
7+
permissions:
8+
contents: read
79

810
on:
911
push:
@@ -24,7 +26,7 @@ jobs:
2426
- uses: actions/checkout@v4
2527

2628
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v4.2.0
29+
uses: actions/setup-node@v4.4.0
2830
with:
2931
node-version: 16.x
3032

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: "Test"
2+
permissions:
3+
contents: read
24
on:
35
pull_request:
46
workflow_dispatch:

0 commit comments

Comments
 (0)