Skip to content

Commit 6b9a86c

Browse files
chore(deps): update dependency ubuntu to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d49d86 commit 6b9a86c

11 files changed

+11
-11
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
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-22.04
26+
runs-on: ubuntu-24.04
2727

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

.github/workflows/enforce-labels.yml

Lines changed: 1 addition & 1 deletion
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-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
1818
with:

.github/workflows/galaxy-publish.yml

Lines changed: 1 addition & 1 deletion
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-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

.github/workflows/mysql_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

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

.github/workflows/nginx_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

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

.github/workflows/os_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

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

.github/workflows/prettier-md.yml

Lines changed: 1 addition & 1 deletion
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-22.04
14+
runs-on: ubuntu-24.04
1515
timeout-minutes: 1
1616

1717
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:

.github/workflows/roles-readme.yml

Lines changed: 1 addition & 1 deletion
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-22.04
20+
runs-on: ubuntu-24.04
2121
strategy:
2222
matrix:
2323
roles:

.github/workflows/ssh_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

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

0 commit comments

Comments
 (0)