From 63723f37c6db75fa14f08cae2c2edaa9522bb673 Mon Sep 17 00:00:00 2001 From: Matthew Moore Date: Mon, 3 Jul 2023 14:16:09 +0100 Subject: [PATCH 1/2] Update docker container to creator-ee 0.19.9 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e5fe560..3e80750 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: default: "" runs: using: docker - image: docker://ghcr.io/ansible/creator-ee:v0.18.0 + image: docker://ghcr.io/ansible/creator-ee:v0.19.0 entrypoint: /usr/local/bin/ansible-lint env: # These tell ansible-lint to use github compatible annotation format: From 2e128e3c8f7c4167ee5980aa2dd28b3d82409c9c Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Tue, 11 Jul 2023 16:07:14 +0530 Subject: [PATCH 2/2] exclude .github dir --- .ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..1854b51 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,4 @@ +--- + +exclude_paths: + - .github/