Skip to content

Commit

Permalink
Set workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jan 11, 2025
1 parent d881782 commit 864c5a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on: [pull_request]

permissions: {}

jobs:
check-dependency-availability:
name: Check fresh compile and assemble of TDS project
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- 'docs/**'
- 'gradle/**'

permissions: {}

jobs:
check-doc-build:
name: TDS Documentation Build Check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on: [pull_request]

permissions: {}

jobs:
check-style:
name: Code Style Check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tds.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on: [pull_request]

permissions: {}

jobs:
tds-tests:
name: TDS Tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
description: 'TDS .war URL'
required: true

permissions: {}

jobs:
post:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 864c5a9

Please sign in to comment.