Skip to content

Commit 1d49d86

Browse files
authored
Merge pull request #847 from dev-sec/pin_runner_images
2 parents 829c1d8 + c029b84 commit 1d49d86

File tree

17 files changed

+15
-26
lines changed

17 files changed

+15
-26
lines changed

.config/ansible-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# option will be parsed relative to the CWD of execution.
66
exclude_paths:
77
- .cache/ # implicit unless exclude_paths is defined in config
8+
- .ansible/ # somehow someone decided that the cache directory should be renamed
89
# add all waivers individually, since exclude_files does not support globs
910
- molecule/os_hardening/waivers.yaml
1011
- molecule/ssh_hardening_bsd/waivers_freebsd13.yaml

.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-latest
26+
runs-on: ubuntu-22.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-latest
15+
runs-on: ubuntu-22.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-latest
12+
runs-on: ubuntu-22.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-latest
32+
runs-on: ubuntu-22.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-latest
31+
runs-on: ubuntu-22.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-latest
31+
runs-on: ubuntu-22.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-latest
14+
runs-on: ubuntu-22.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-latest
14+
runs-on: ubuntu-22.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-latest
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
2323
roles:

0 commit comments

Comments
 (0)