Skip to content
Snippets Groups Projects
Verified Commit a150f0be authored by Chris Croome's avatar Chris Croome
Browse files

pre-commit updates

parent ae56b0e2
No related branches found
No related tags found
No related merge requests found
Pipeline #32329 passed
......@@ -34,24 +34,24 @@ stages:
- jammy
# - trixie
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20240105
image: registry.git.coop/webarch/containers/images/bookworm:20240209
stage: bookworm
script:
- molecule test --all
# The Bullseye test run OK but Molecule never completes
# https://github.com/ansible/molecule/discussions/4020
# bullseye:
# image: registry.git.coop/webarch/containers/images/bullseye:20240105
# image: registry.git.coop/webarch/containers/images/bullseye:20240209
# stage: bullseye
# script:
# - molecule test
jammy:
image: registry.git.coop/webarch/containers/images/jammy:20240105
image: registry.git.coop/webarch/containers/images/jammy:20240209
stage: jammy
script:
- molecule test
# trixie:
# image: registry.git.coop/webarch/containers/images/trixie:20240105
# image: registry.git.coop/webarch/containers/images/trixie:20240209
# stage: trixie
# script:
# - molecule test
......
......@@ -11,7 +11,7 @@
repos:
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.34.0
rev: v1.35.1
hooks:
- id: yamllint
name: YAML Lint
......@@ -25,7 +25,7 @@ repos:
- templates
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git
rev: 0.9.16
rev: v0.9.17
hooks:
- id: pymarkdown
name: Markdown Lint
......@@ -34,14 +34,14 @@ repos:
- README.md
# https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git
rev: v24.2.0
rev: v24.2.1
hooks:
- id: ansible-lint
name: Ansible Lint
language: python
additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.24.0
- jc==1.25.1
# https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment