mirror of https://github.com/apache/lucene.git
GitHub Workflows security hardening (#11789)
This commit is contained in:
parent
685f53b5b4
commit
90bc32a70f
|
@ -13,6 +13,9 @@ on:
|
|||
- 'main'
|
||||
- 'branch_9x'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Run distribution tests
|
||||
|
|
|
@ -10,6 +10,9 @@ on:
|
|||
- main
|
||||
- branch_9x
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
# This runs all validation checks without tests.
|
||||
checks:
|
||||
|
|
Loading…
Reference in New Issue