HHH-15468 Set permissions

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

View File

@ -14,6 +14,8 @@ on:
branches:
- '6.0'
permissions: {} # none
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
concurrency:
# Consider that two builds are in the same concurrency group (cannot run concurrently)
@ -25,6 +27,8 @@ concurrency:
jobs:
build:
permissions:
contents: read
name: Java 11
runs-on: ubuntu-latest
strategy: