File tree Expand file tree Collapse file tree 8 files changed +198
-218
lines changed
Expand file tree Collapse file tree 8 files changed +198
-218
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ name: ci
99
1010jobs :
1111 lint-unit :
12- uses : sous-chefs/.github/.github/workflows/lint-unit.yml@4 .0.0
12+ uses : sous-chefs/.github/.github/workflows/lint-unit.yml@5 .0.3
1313 permissions :
1414 actions : write
1515 checks : write
1616 pull-requests : write
1717 statuses : write
1818 issues : write
19+ secrets : inherit
1920
2021 integration :
2122 needs : lint-unit
4041 - name : Check out code
4142 uses : actions/checkout@v5
4243 - name : Install Chef
43- uses : actionshub/chef-install@3.0.1
44+ uses : actionshub/chef-install@main
4445 - name : Dokken
45- uses : actionshub/test-kitchen@3.0.0
46+ uses : actionshub/test-kitchen@main
4647 env :
4748 CHEF_LICENSE : accept-no-persist
4849 KITCHEN_LOCAL_YAML : kitchen.dokken.yml
Original file line number Diff line number Diff line change 1+ ---
2+ name : conventional-commits
3+
4+ " on " :
5+ pull_request :
6+
7+ jobs :
8+ conventional-commits :
9+ uses : sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
Original file line number Diff line number Diff line change 1+ ---
2+ name : ' Copilot Setup Steps'
3+
4+ " on " :
5+ workflow_dispatch :
6+ push :
7+ paths :
8+ - .github/workflows/copilot-setup-steps.yml
9+ pull_request :
10+ paths :
11+ - .github/workflows/copilot-setup-steps.yml
12+
13+ jobs :
14+ copilot-setup-steps :
15+ runs-on : ubuntu-latest
16+ permissions :
17+ contents : read
18+ steps :
19+ - name : Check out code
20+ uses : actions/checkout@v5
21+ - name : Install Chef
22+ uses : actionshub/chef-install@main
23+ - name : Install cookbooks
24+ run : berks install
Original file line number Diff line number Diff line change 1+ ---
2+ name : prevent-file-change
3+
4+ " on " :
5+ pull_request :
6+
7+ jobs :
8+ prevent-file-change :
9+ uses : sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3
10+ secrets :
11+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ ---
2+ name : release
3+
4+ " on " :
5+ push :
6+ branches :
7+ - main
8+
9+ jobs :
10+ release :
11+ uses : sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
12+ secrets :
13+ token : ${{ secrets.PORTER_GITHUB_TOKEN }}
14+ supermarket_user : ${{ secrets.CHEF_SUPERMARKET_USER }}
15+ supermarket_key : ${{ secrets.CHEF_SUPERMARKET_KEY }}
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 7.0.29"
3+ }
You can’t perform that action at this time.
0 commit comments