From 3abeb065893c432fff20edcbaf54551de62d35f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 May 2021 19:11:40 +0000 Subject: [PATCH] chore(release): 1.2.0 # [1.2.0](https://github.com/splunk/addonfactory-sample-scanner/compare/v1.1.8...v1.2.0) (2021-05-26) ### Features * Support pr checks ([1bd9532](https://github.com/splunk/addonfactory-sample-scanner/commit/1bd9532908c3cc3ebc14e084cee730636f51318c)) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ded676..b40f31d 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ runs: using: "docker" env: INPUT_SCANDIR: "${{ inputs.ScanDir }}" - image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:v1.1.8" + image: "docker://ghcr.io/splunk/addonfactory-sample-scanner:v1.2.0" inputs: args: description: Additional arguments to the scanner