build: add content read permissions for linting workflows

This commit is contained in:
zhom
2025-06-18 01:26:34 +04:00
parent 6ecbc39e46
commit 07445ff95b
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ on:
- ".github/workflows/lint-rs.yml"
- ".github/workflows/osv.yml"
permissions:
contents: read
jobs:
build:
strategy:
+3
View File
@@ -24,6 +24,9 @@ on:
- "tsconfig.json"
- "biome.json"
permissions:
contents: read
jobs:
build:
strategy: