mirror of https://github.com/apache/lucene.git
GitHub Workflows security hardening (#11789)
This commit is contained in:
parent
ecb0ba542b
commit
26d6063ec3
|
@ -12,6 +12,9 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
|
||||
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