From 9014de52a9fe552732223bfa37942d9cede76a7a Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:42:05 +0000 Subject: [PATCH] chore(release): 3.0.0 # [3.0.0](https://github.com/splunk/appinspect-api-action/compare/v2.0.0...v3.0.0) (2023-07-14) ### Bug Fixes * trigger release ([#11](https://github.com/splunk/appinspect-api-action/issues/11)) ([d30a99a](https://github.com/splunk/appinspect-api-action/commit/d30a99ad5c0246302eb2667314d3243abb5394a0)) ### Features * Splunk AppInspect API major version ([#9](https://github.com/splunk/appinspect-api-action/issues/9)) ([7b0f2a6](https://github.com/splunk/appinspect-api-action/commit/7b0f2a685a5214bfe10f47431fa6705b38b9241d)), closes [#8](https://github.com/splunk/appinspect-api-action/issues/8) ### BREAKING CHANGES * action redesign * ci: add ci * ci: add ci * test: Build dockerfile * fix: change bash to sh * test: echo variables * test: bash > sh * test: quotes around parameters * ci: results print format * ci: enable main * fix: download results when failing * test: minor fixes for tests * ci: run pytests in ci * feat: requests handling * refactor: download_reports, parse results --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 34174a2..8109bd9 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false runs: using: "docker" - image: docker://ghcr.io/splunk/appinspect-api-action/appinspect-api-action:v1.0.0 + image: docker://ghcr.io/splunk/appinspect-api-action/appinspect-api-action:v3.0.0 # image: docker://ghcr.io/splunk/appinspect-api-action/appinspect-api-action:v1.0.0