We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249bd47 commit c4e525fCopy full SHA for c4e525f
.github/workflows/build.yml
@@ -12,6 +12,9 @@ on:
12
- 'LICENSE.txt'
13
- 'NOTICE.txt'
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
install:
20
runs-on: ubuntu-latest
.github/workflows/format.yml
@@ -10,6 +10,9 @@ on:
10
paths:
11
- '**.java'
check-format:
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- v*
7
8
9
+ contents: write
publish:
.github/workflows/sonar.yml
branches:
- 'master'
scan:
0 commit comments