diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a80aa428915859b4f9805c3b5d2d02e4342666e..da7eaafa90e375fd7533090028cf84e0ce0d7efc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,14 +34,14 @@ stages: - bookworm # - bullseye trixie: - image: registry.git.coop/webarch/containers/images/trixie:20240105 + image: registry.git.coop/webarch/containers/images/trixie:20240209 stage: trixie script: - pre-commit install - pre-commit run --all-files - molecule test --all 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 @@ -50,7 +50,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 --all diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e909811c4087d13ffdb768a6bca69778a0635ec..6e4c247768ab1b0c0ef2cf2b886220b0ffd85e65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: # 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 # 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 @@ -31,14 +31,14 @@ repos: - templates # https://github.com/ansible/ansible-lint/releases - repo: https://github.com/ansible/ansible-lint.git - rev: v6.22.2 + 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 ...