Skip to content

Commit

Permalink
Limit workflow permissions to read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
meenbeese authored and jeff5 committed Jul 15, 2023
1 parent c0a5d43 commit 89a1733
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ant-javatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ant-regrtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: codespell

on: [pull_request, push]

permissions:
contents: read

jobs:
codespell-text:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/launcher-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:

Expand Down

0 comments on commit 89a1733

Please sign in to comment.