File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed
Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1414 branches :
1515 - main
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 test :
1922 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 branches :
1515 - main
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 build :
1922 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 # https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/.github/workflows/test.yml#L9
2121 CORE_REPO_SHA : v1.19.0
2222
23+ permissions :
24+ contents : read
25+
2326jobs :
2427 build :
2528 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "Continuous Build (shellcheck)"
22
33on : [push, pull_request]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 shellcheck :
710 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 branches :
1515 - main
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 check-terraform-syntax :
1922 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 schedule :
2121 - cron : ' 37 10 * * 2'
2222
23+ permissions :
24+ contents : read
25+
2326jobs :
2427 analyze :
2528 name : Analyze
You can’t perform that action at this time.
0 commit comments