Merge pull request #4699 from sashashura/patch-32

GitHub Workflows security hardening
This commit is contained in:
Lauri Ojansivu 2022-09-19 18:06:12 +03:00 committed by GitHub
commit 344fa07316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,9 @@ on:
- master
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
# the following are optional jobs and need to be configured according
# to this project's settings: