Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions linters/actionlint/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tools:
- name: actionlint
download: actionlint
shims: [actionlint]
known_good_version: 1.6.9
known_good_version: 1.7.8
lint:
definitions:
- name: actionlint
Expand All @@ -43,7 +43,7 @@ lint:
- .github/actionlint.yaml
- .github/actionlint.yml
issue_url_format: https://github.com/rhysd/actionlint/blob/main/docs/checks.md
known_good_version: 1.6.9
known_good_version: 1.7.8
version_command:
parse_regex: ${semver}
run: actionlint --version
86 changes: 0 additions & 86 deletions linters/actionlint/test_data/actionlint_v1.6.21_CUSTOM.check.shot

This file was deleted.

84 changes: 0 additions & 84 deletions linters/actionlint/test_data/actionlint_v1.6.9_CUSTOM.check.shot

This file was deleted.

4 changes: 2 additions & 2 deletions linters/ansible-lint/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tools:
package: ansible-lint
extra_packages: [ansible]
shims: [ansible-lint, ansible]
known_good_version: 6.13.0
known_good_version: 25.9.2
lint:
definitions:
- name: ansible-lint
Expand Down Expand Up @@ -40,7 +40,7 @@ lint:
- name: PATH
list: ["${env.PATH}"] # Needs to use system git
issue_url_format: https://ansible-lint.readthedocs.io/en/latest/default_rules.html#{}
known_good_version: 6.13.0
known_good_version: 25.9.2
known_bad_versions: [6.0.1, 6.0.2, 6.12.0, 6.12.1, 6.12.2, 6.14.5]
version_command:
parse_regex: ${semver}
Expand Down
Loading
Loading