File tree Expand file tree Collapse file tree 9 files changed +49
-0
lines changed Expand file tree Collapse file tree 9 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 55 - cron : ' 0 0 * * *'
66 workflow_dispatch :
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 analyze :
1013 name : Analyze
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: "Label PRs"
33on :
44 - pull_request_target
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 label-pull-requests :
811 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 clang-build :
69 runs-on : macOS-latest
Original file line number Diff line number Diff line change 88 - cron : ' 0 0 * * *'
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114concurrency :
1215 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1316 cancel-in-progress : >-
@@ -18,10 +21,16 @@ concurrency:
1821jobs :
1922 pre-commit :
2023 uses : ./.github/workflows/pre-commit.yml
24+ permissions :
25+ contents : read
26+ packages : read
2127 ubuntu :
2228 needs :
2329 - pre-commit
2430 uses : ./.github/workflows/ubuntu.yml
31+ permissions :
32+ contents : read
33+ packages : read
2534 mac :
2635 needs :
2736 - pre-commit
3645 - mac
3746 - windows
3847 uses : ./.github/workflows/perf.yml
48+ permissions :
49+ contents : read
50+ packages : read
3951
4052 pages :
4153 needs :
4254 - perf
4355 uses : ./.github/workflows/pages.yml
56+ permissions :
57+ contents : read
58+ pages : write
59+ id-token : write
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+ packages : read
7+
48jobs :
59 ubuntu-gcc-build-perf-stats :
610 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_call :
77
8+ permissions :
9+ contents : read
10+ packages : read
11+
812jobs :
913 pre-commit :
1014 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ concurrency:
1919 github.event_name != 'merge_group' &&
2020 !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }}
2121
22+ permissions :
23+ contents : read
24+ packages : read
25+
2226jobs :
2327 clang-tidy :
2428 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+ packages : read
7+
48jobs :
59 gcc-build :
610 runs-on : ${{ matrix.os }}
@@ -330,6 +334,11 @@ jobs:
330334 - gcc-test-extended
331335 - clang-test-extended
332336 runs-on : ubuntu-24.04
337+ permissions :
338+ contents : read
339+ packages : read
340+ issues : write
341+ pull-requests : write
333342 container :
334343 image : ghcr.io/learning-process/ppc-ubuntu:1.1
335344 credentials :
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 msvc-build :
69 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments