Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
assemble:
timeout-minutes: 30
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
checks:
timeout-minutes: 30
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/license-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
paths:
- 'dependency-versions.gradle'

permissions:
contents: read

jobs:
license-checks:
timeout-minutes: 30
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/mark-issues-as-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- cron: "27 3 * * 1-5" # Run at an arbitrary time on weekdays.
workflow_dispatch:

permissions:
contents: read

jobs:
mark-issues-as-stale:
runs-on: ubuntu-latest
Expand All @@ -35,4 +38,4 @@ jobs:
DAYS_BEFORE_STALE: 60
DAYS_BEFORE_CLOSE: 60 # Only used for the stale message.
STALE_LABEL: 'Stale'
EXEMPT_LABEL: 'never stale'
EXEMPT_LABEL: 'never stale'
3 changes: 3 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches: [ main ]

permissions:
contents: read

jobs:
test-windows:
timeout-minutes: 30
Expand Down
Loading