File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,16 @@ name: ci
1010jobs :
1111 lint-unit :
1212 uses : sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
13+ permissions :
14+ actions : write
15+ checks : write
16+ pull-requests : write
17+ statuses : write
18+ issues : write
1319
1420 integration :
1521 needs : ' lint-unit'
16- runs-on : ubuntu-latest
22+ runs-on : ubuntu-20.04
1723 strategy :
1824 matrix :
1925 os :
6571
6672 steps :
6773 - name : Check out code
68- uses : actions/checkout@v2
74+ uses : actions/checkout@v3
6975 - name : Install Chef
7076 uses : actionshub/chef-install@main
7177 # https://github.com/actions/virtual-environments/issues/181#issuecomment-610874237
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased
66
7+ - Fix CI issues
8+
79## 11.0.6 - * 2022-12-05*
810
9- Standardise files with files in sous-chefs/repo-management
11+ - Standardise files with files in sous-chefs/repo-management
1012
1113## 11.0.5 - * 2022-04-20*
1214
13- Standardise files with files in sous-chefs/repo-management
15+ - Standardise files with files in sous-chefs/repo-management
1416
1517## 11.0.4 - * 2022-02-09*
1618
You can’t perform that action at this time.
0 commit comments