From ab6c9fa54c1ba781b715ee8bf1100d2df7564976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:40:04 +0000 Subject: [PATCH 1/2] chore(deps): bump pyyaml from 5.4.1 to 6.0.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.4.1...6.0.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1380c13..9ee8839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyyaml==5.4.1 +pyyaml==6.0.1 splunk-appinspect==2.36.0 tabulate==0.9.0 From 639d65fa913875204a87a11c576ba636605d609b Mon Sep 17 00:00:00 2001 From: Marcin Bruzda <94437843+mbruzda-splunk@users.noreply.github.com> Date: Fri, 28 Jul 2023 13:57:07 +0200 Subject: [PATCH 2/2] fix: use dockerfile instead of released --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2fcc2ca..cd66049 100644 --- a/action.yml +++ b/action.yml @@ -35,4 +35,4 @@ outputs: description: "value is success/fail based on app inspect result" runs: using: "docker" - image: "docker://ghcr.io/splunk/appinspect-cli-action/appinspect-cli-action:v1.9.1" + image: Dockerfile