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

pre-commit and gitlab ci containers updated

parent c4a81973
No related branches found
No related tags found
No related merge requests found
Pipeline #31911 passed
......@@ -34,7 +34,7 @@ stages:
- bookworm
# - bullseye
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20240105
image: registry.git.coop/webarch/containers/images/bookworm:20240209
stage: bookworm
script:
- pre-commit install
......@@ -43,7 +43,7 @@ bookworm:
# 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
......
......@@ -11,7 +11,7 @@
repos:
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.34.0
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: v0.9.15
rev: 0.9.16
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: v6.22.1
rev: v24.2.0
hooks:
- id: ansible-lint
name: Ansible Lint
language: python
additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.24.0
- jc==1.25.0
# 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