GitHub Workflows security hardening (#11789)

This commit is contained in:
Alex 2022-09-20 11:28:07 +02:00 committed by Dawid Weiss
parent 685f53b5b4
commit 90bc32a70f
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,9 @@ on:
- 'main'
- 'branch_9x'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
test:
name: Run distribution tests

View File

@ -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: