Skip to content

Commit 9f48cf4

Browse files
committed
Pin runner image to specific version to decouple from GitHub updates
Signed-off-by: Martin Schurz <[email protected]>
1 parent 829c1d8 commit 9f48cf4

11 files changed

+11
-11
lines changed

Diff for: .github/workflows/ansible-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy
2323

2424
jobs:
2525
ansible-lint:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727

2828
steps:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Diff for: .github/workflows/enforce-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
enforce-label:
1414
if: github.repository == 'dev-sec/ansible-collection-hardening'
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1818
with:

Diff for: .github/workflows/galaxy-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
jobs:
1010
deploy:
1111
if: github.repository == 'dev-sec/ansible-collection-hardening'
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

Diff for: .github/workflows/mysql_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
env:
3434
PY_COLORS: 1
3535
ANSIBLE_FORCE_COLOR: 1

Diff for: .github/workflows/nginx_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
env:
3333
PY_COLORS: 1
3434
ANSIBLE_FORCE_COLOR: 1

Diff for: .github/workflows/os_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
env:
3333
PY_COLORS: 1
3434
ANSIBLE_FORCE_COLOR: 1

Diff for: .github/workflows/prettier-md.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
jobs:
1212
prettier-md:
1313
if: github.repository == 'dev-sec/ansible-collection-hardening'
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
timeout-minutes: 1
1616

1717
steps:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
generate_changelog:
1212
name: create release draft
1313
if: github.repository == 'dev-sec/ansible-collection-hardening'
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:

Diff for: .github/workflows/roles-readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on: # yamllint disable-line rule:truthy
1717
jobs:
1818
readme:
1919
name: create roles readme
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
2323
roles:

Diff for: .github/workflows/ssh_hardening.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
env:
3333
PY_COLORS: 1
3434
ANSIBLE_FORCE_COLOR: 1

Diff for: .github/workflows/ssh_hardening_custom_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
env:
3333
PY_COLORS: 1
3434
ANSIBLE_FORCE_COLOR: 1

0 commit comments

Comments
 (0)