Skip to content

Commit 9904aef

Browse files
authored
Merge pull request #257 from benavlabs/workflow-tighten
workflow security
2 parents 0ab0e88 + cfcc566 commit 9904aef

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Linting
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
lint:
710
runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
tests:
710
runs-on: ubuntu-latest

.github/workflows/type-checking.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Type Checking
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
type-check:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)