Merge pull request #15686 from sashashura/patch-1

GitHub Workflows security hardening
This commit is contained in:
CrazyMax 2022-09-19 14:25:27 +02:00 committed by GitHub
commit df6ebb75fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
- master
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-20.04