fix(workflows): default to disabled permissions

This commit is contained in:
Ismo Vuorinen
2024-09-02 14:42:42 +03:00
parent 1092e2b2f2
commit c26b0521a8
12 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ on:
- "composer.json"
- "composer.lock"
permissions: read-all
permissions: {}
jobs:
ComposerInstall:

View File

@@ -8,7 +8,7 @@ on:
schedule:
- cron: "00 23 * * 0"
permissions: read-all
permissions: {}
jobs:
CompressOnDemandOrSchedule:

View File

@@ -12,7 +12,7 @@ name: "Dependency Review"
on: [pull_request]
permissions: read-all
permissions: {}
jobs:
dependency-review:

View File

@@ -7,7 +7,7 @@ on:
pull_request:
branches: [main]
permissions: read-all
permissions: {}
jobs:
laravel-tests:

View File

@@ -11,7 +11,7 @@ on:
- "**.png"
- "**.webp"
permissions: read-all
permissions: {}
jobs:
CompressInPR:

View File

@@ -24,7 +24,7 @@ on:
pull_request:
branches: [master, main]
permissions: read-all
permissions: {}
###############
# Set the Job #

View File

@@ -4,7 +4,7 @@ name: Release Drafter
on:
workflow_call:
permissions: read-all
permissions: {}
jobs:
update_release_draft:

View File

@@ -7,7 +7,7 @@ on:
schedule:
- cron: "0 0 1 * *" # 1st of every month at midnight
permissions: read-all
permissions: {}
jobs:
release:

View File

@@ -3,7 +3,7 @@ name: Reviewdog Linters
on: [push]
permissions: read-all
permissions: {}
jobs:
linters:

View File

@@ -7,7 +7,7 @@ on:
workflow_call:
workflow_dispatch:
permissions: read-all
permissions: {}
jobs:
stale:

View File

@@ -12,7 +12,7 @@ on:
schedule:
- cron: "0 0 * * *" # Every day at midnight
permissions: read-all
permissions: {}
jobs:
sync-labels:

View File

@@ -13,7 +13,7 @@ on:
workflow_call:
workflow_dispatch:
permissions: read-all
permissions: {}
jobs:
labels: