File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 99 - inrupt-client-[0-9]+.[0-9]+.[0-9]+.Alpha[0-9]+
1010 - inrupt-client-[0-9]+.[0-9]+.[0-9]+.Beta[0-9]+
1111
12+ permissions : {}
13+
1214jobs :
1315 deployment :
1416 name : Deploy artifacts
17+ permissions :
18+ contents : read
1519 runs-on : ubuntu-latest
1620 environment :
1721 name : ${{ matrix.envName }}
Original file line number Diff line number Diff line change 55 pull_request : { }
66 merge_group : { }
77
8+ permissions : {}
9+
810jobs :
911 build :
1012 name : Java environment
13+ permissions :
14+ contents : read
1115 runs-on : ubuntu-latest
1216 strategy :
1317 matrix :
5862
5963 performance :
6064 name : Performance Tests
65+ permissions :
66+ contents : read
6167 runs-on : ubuntu-latest
6268 strategy :
6369 matrix :
7985
8086 documentation :
8187 name : Documentation Check
88+ permissions :
89+ contents : read
8290 runs-on : ubuntu-latest
8391 strategy :
8492 matrix :
99107
100108 sonar :
101109 name : Sonar Scan
110+ permissions :
111+ contents : read
102112 runs-on : ubuntu-latest
103113 if : ${{ github.actor != 'dependabot[bot]' }}
104114
Original file line number Diff line number Diff line change 66 paths :
77 - ' **/site/**'
88
9+ permissions : {}
10+
911jobs :
1012 site :
1113 name : Project site
14+ permissions :
15+ contents : read
1216 runs-on : ubuntu-latest
1317 strategy :
1418 matrix :
You can’t perform that action at this time.
0 commit comments