File tree Expand file tree Collapse file tree 5 files changed +47
-0
lines changed
Expand file tree Collapse file tree 5 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9+ permissions :
10+ contents : read
11+
912env :
1013 REGISTRY : ghcr.io
1114 IMAGE_BASE : ${{ github.repository }}
Original file line number Diff line number Diff line change 1919 schedule :
2020 - cron : ' 24 11 * * 5'
2121
22+ permissions :
23+ # required for all workflows
24+ security-events : write
25+
26+ # required to fetch internal or private CodeQL packs
27+ packages : read
28+
29+ # only required for workflows in private repositories
30+ actions : read
31+ contents : read
32+
2233jobs :
2334 analyze :
2435 name : Analyze (${{ matrix.language }})
Original file line number Diff line number Diff line change 1414 required : true
1515 default : " 3.21-rfcurated"
1616
17+ permissions :
18+ # required for all workflows
19+ security-events : write
20+
21+ # required to fetch internal or private CodeQL packs
22+ packages : read
23+
24+ # only required for workflows in private repositories
25+ actions : read
26+ contents : read
27+
1728jobs :
1829 build :
1930 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 - staging
1515 - production
1616
17+ permissions :
18+ # required for all workflows
19+ security-events : write
20+
21+ # required to fetch internal or private CodeQL packs
22+ packages : read
23+
24+ # only required for workflows in private repositories
25+ actions : read
26+ contents : read
27+
1728env :
1829 REGISTRY : ghcr.io
1930 REPO_OWNER : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main, develop]
88
9+ permissions :
10+ # required for all workflows
11+ security-events : write
12+
13+ # required to fetch internal or private CodeQL packs
14+ packages : read
15+
16+ # only required for workflows in private repositories
17+ actions : read
18+ contents : read
19+
920jobs :
1021 build-test :
1122 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments