-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Met à jour ansible, ansible-lint et pre-commit et les dépendances Ruby
Suite au signalement de Dependabot
- Loading branch information
1 parent
d344419
commit 1e4a2aa
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/ansible-community/ansible-lint.git | ||
rev: v24.9.2 # doit aussi être mis à jour dans requirements.txt | ||
rev: v24.12.2 # doit aussi être mis à jour dans requirements.txt | ||
hooks: | ||
- id: ansible-lint | ||
files: \.(yaml|yml)$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ansible==10.4.0 | ||
ansible-lint==24.9.2 # doit aussi être mis à jour dans .pre-commit-config.yaml | ||
pre-commit==3.8.0 | ||
ansible==11.1.0 | ||
ansible-lint==24.12.2 # doit aussi être mis à jour dans .pre-commit-config.yaml | ||
pre-commit==4.0.1 |