dbeaver/dbeaver-devops#2660 Added permissions read on contents pull-requests (#4422)

Co-authored-by: Serge Rider <serge@jkiss.org>
This commit is contained in:
Mikhailov Grigorii
2026-06-24 05:01:41 +02:00
committed by GitHub
parent 8240c92247
commit 97cf62d333
+7 -4
View File
@@ -30,10 +30,13 @@ jobs:
uses: ./.github/workflows/frontend-build.yml
secrets: inherit
# lint-server:
# name: Server
# uses: dbeaver/dbeaver-common/.github/workflows/java-checkstyle.yml@devel
# secrets: inherit
lint-server:
name: Server
uses: dbeaver/dbeaver-common/.github/workflows/java-checkstyle.yml@devel
secrets: inherit
permissions:
contents: read
pull-requests: read
lint-frontend:
name: Frontend