mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-05 01:16:44 +02:00
build: add content read permissions for linting workflows
This commit is contained in:
@@ -16,6 +16,9 @@ on:
|
|||||||
- ".github/workflows/lint-rs.yml"
|
- ".github/workflows/lint-rs.yml"
|
||||||
- ".github/workflows/osv.yml"
|
- ".github/workflows/osv.yml"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ on:
|
|||||||
- "tsconfig.json"
|
- "tsconfig.json"
|
||||||
- "biome.json"
|
- "biome.json"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user