HHH-15468 Set permissions

This commit is contained in:
Alex 2022-08-27 23:52:16 +01:00 committed by Christian Beikov
parent e5e2931b1c
commit 33d2a7fc72
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ on:
pull_request:
branches:
- 'main'
permissions: {} # none
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
concurrency:
@ -25,6 +27,8 @@ concurrency:
jobs:
build:
permissions:
contents: read
name: Java 11
runs-on: ubuntu-latest
strategy: