Skip to content

Commit 21a4e0a

Browse files
authored
Merge branch 'master' into feature/allow_more_changes_auditd
Signed-off-by: Tim de Koning <[email protected]>
2 parents a197f2c + ca98c04 commit 21a4e0a

File tree

7 files changed

+7
-116
lines changed

7 files changed

+7
-116
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: get the new tag
3535
id: new_tag
3636
run: echo "tag=v${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040
- name: get last tag information
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
9191
steps:
9292
- name: Check out code
93-
uses: actions/checkout@v3
93+
uses: actions/checkout@v4
9494
- uses: actions/download-artifact@v3
9595
with:
9696
name: CHANGELOG.md
@@ -153,7 +153,7 @@ jobs:
153153
${{ secrets.SUPERMARKET_KEY }}
154154
EOF
155155
- name: checkout cookbook
156-
uses: actions/checkout@v3
156+
uses: actions/checkout@v4
157157
with:
158158
path: cookbooks/${{ env.cookbook_name }}
159159
ref: ${{ needs.version-info.outputs.new_tag }}

.github/workflows/test.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ on:
99
branches:
1010
- '*'
1111
pull_request:
12-
types:
13-
- opened
1412
branches:
1513
- master
1614

1715
jobs:
1816
cookstyle:
1917
runs-on: ubuntu-latest
2018
steps:
21-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2220
- uses: actions/cache@v3
2321
with:
2422
path: |
@@ -30,7 +28,7 @@ jobs:
3028
curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-workstation -d .cache -v ${{ env.cinc_workstation_version }}
3129
- name: cookstyle
3230
run: |
33-
cinc exec rake cookstyle
31+
cinc exec cookstyle --fail-level r
3432
3533
kitchen-dokken:
3634
runs-on: ubuntu-latest
@@ -56,10 +54,9 @@ jobs:
5654
- fedora-37
5755
- fedora-38
5856
# - opensuse-42 # something is broken here
59-
- ubuntu-18-04
6057
- ubuntu-20-04
6158
steps:
62-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6360
- uses: actions/cache@v3
6461
with:
6562
path: |
@@ -93,13 +90,11 @@ jobs:
9390
- default-almalinux-9
9491
- default-rockylinux-8
9592
- default-rockylinux-9
96-
- default-ubuntu-18-04
9793
- default-ubuntu-20-04
9894
- default-debian-10
9995
- default-debian-11
100-
- default-fedora-38
10196
steps:
102-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
10398
- uses: actions/cache@v3
10499
with:
105100
path: |

.kitchen.do.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ platforms:
4747
lifecycle:
4848
post_create:
4949
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
50-
- name: ubuntu-18-04
51-
driver_config:
52-
image: ubuntu-18-04-x64
53-
lifecycle:
54-
post_create:
55-
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
5650
- name: ubuntu-20-04
5751
driver_config:
5852
image: ubuntu-20-04-x64

.kitchen.dokken.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ platforms:
9292
driver:
9393
image: dokken/opensuse-leap
9494
pid_one_command: /bin/systemd
95-
- name: ubuntu-18-04
96-
driver:
97-
image: dokken/ubuntu-18.04
98-
pid_one_command: /bin/systemd
99-
intermediate_instructions:
100-
- RUN /usr/bin/apt-get update
10195
- name: ubuntu-20-04
10296
driver:
10397
image: dokken/ubuntu-20.04

.kitchen.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ driver:
33
name: vagrant
44

55
platforms:
6-
- name: ubuntu-18-04
7-
driver_config:
8-
box: bento/ubuntu-18.04
96
- name: ubuntu-20-04
107
driver_config:
118
box: bento/ubuntu-20.04

Gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

Rakefile

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)