File tree 7 files changed +25
-0
lines changed
7 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ main ]
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
11
14
# Commented 2024-11-06, lack of workers in github causes CI failures
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [main]
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
clang-tidy :
11
14
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches : [ main ]
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
windows_2022_vcpkg_submodule :
12
15
name : Windows 2022 vcpkg submodule versions cxx17 (static libs - dll)
Original file line number Diff line number Diff line change 7
7
# The branches below must be a subset of the branches above
8
8
branches : [main]
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
CodeQL-Build :
15
+ permissions :
16
+ actions : read # for github/codeql-action/init to get workflow details
17
+ contents : read # for actions/checkout to fetch code
18
+ security-events : write # for github/codeql-action/autobuild to send a status report
12
19
runs-on : ubuntu-latest
13
20
steps :
14
21
- name : Checkout repository
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches : [ main ]
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
cppcheck :
12
15
runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 3
3
schedule :
4
4
- cron : " 0 3 * * 6"
5
5
6
+ permissions :
7
+ contents : read
8
+
6
9
jobs :
7
10
docker_image :
8
11
name : Docker Image
Original file line number Diff line number Diff line change 4
4
issues :
5
5
types :
6
6
- labeled
7
+ permissions :
8
+ contents : read
9
+
7
10
jobs :
8
11
add-comment :
9
12
if : github.event.label.name == 'help wanted'
You can’t perform that action at this time.
0 commit comments