From c5184c9d03192c5a710b7d64376fe5922f7fef61 Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Fri, 8 Sep 2023 11:21:45 +0900 Subject: [PATCH] Tentatively fix the version of tfset at v1.28.1 The GitHub Actions doesn't work with the latest version tfsec v1.28.2. So, it would be good to tentatively fix the tfsec version with `v1.28.1` right now, as it may take a bit time to identify the root cause of breaking changes on the tfsec side. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7967ec3..ed00371 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ inputs: description: | The version of tfsec to install. Default is latest. - default: 'latest' + default: 'v1.28.1' required: false tfsec_flags: description: |