File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
3333 runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
3434 permissions :
35- # required for all workflows
3635 security-events : write
3736
38- # required to fetch internal or private CodeQL packs
39- packages : read
40-
41- # only required for workflows in private repositories
42- actions : read
43- contents : read
44-
4537 strategy :
4638 fail-fast : false
4739 matrix :
Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 run-tests :
1114 uses : ./.github/workflows/tests.yml
1417 needs : run-tests
1518 runs-on : ubuntu-latest
1619 name : Build and deploy docs to Github pages
20+ permissions :
21+ contents : write
1722 steps :
1823 - name : Checkout code
1924 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 99 tags-ignore :
1010 - v*
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 run-tests :
1417 uses : ./.github/workflows/tests.yml
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : " 0 0 * * *"
66
7+ permissions :
8+ issues : write
9+ pull-requests : write
10+
711jobs :
812 stale :
913
Original file line number Diff line number Diff line change 44 # Workflow call is used for called from another workflow
55 workflow_call :
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 pre-commit :
912 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments