From 133f3c45d281be59936c7f71257c364e4e8af1d5 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 25 Feb 2023 10:19:14 +0100 Subject: [PATCH 1/2] action.yml: bump creator-ee version to 0.14.1 got get ansible-lint 6.12.2 (https://github.com/ansible/creator-ee/releases/tag/v0.14.0) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 69ca193f..153ad34 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: default: "" runs: using: docker - image: docker://ghcr.io/ansible/creator-ee:v0.13.0 + image: docker://ghcr.io/ansible/creator-ee:v0.14.1 entrypoint: /usr/local/bin/ansible-lint env: # These tell ansible-lint to use github compatible annotation format: From 9a1e073d646fc619a0f866ab6d8c70f86d4fa7a3 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 3 Apr 2023 14:58:54 +0100 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 153ad34..9022299 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: default: "" runs: using: docker - image: docker://ghcr.io/ansible/creator-ee:v0.14.1 + image: docker://ghcr.io/ansible/creator-ee:v0.15.0 entrypoint: /usr/local/bin/ansible-lint env: # These tell ansible-lint to use github compatible annotation format: