HHH-15468 Set permissions
This commit is contained in:
parent
e0615b13a8
commit
2e95928226
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue