Skip to content

Commit 639e1cb

Browse files
Joonas HiltunenJontzii
authored andcommitted
Add permissions to workflows
1 parent 9a466cb commit 639e1cb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: Check renovatebot config
33
on:
44
pull_request:
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
validate:
811
name: Validate renovatebot config
9-
uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v1
12+
uses: HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v2
1013
with:
1114
config_file_path: .github/renovate.json5

.github/workflows/test-import-export.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- '**.md'
1313
- 'sql/routing/map-matching-*/**'
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
test-import-digiroad-export-routing-schema:
1720
name:

0 commit comments

Comments
 (0)