Skip to content

Commit 2e88288

Browse files
authored
ci: explicit set GITHUB_TOKEN permissions (#6)
1 parent b5bd94c commit 2e88288

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

starter-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
jobs:
1414
spotbugs:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
actions: read
18+
contents: read
19+
security-events: write
20+
1621
steps:
1722
- name: Checkout
1823
uses: actions/checkout@v3

0 commit comments

Comments
 (0)