From 631cc83a1d7add7571da26544581e8bb9db9c62a Mon Sep 17 00:00:00 2001 From: Bob Bell <375968+rjbell4@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:39:27 -0400 Subject: [PATCH 1/2] Update repository reference in problem-matcher.json --- problem-matcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problem-matcher.json b/problem-matcher.json index 215a6e0..089f9c6 100644 --- a/problem-matcher.json +++ b/problem-matcher.json @@ -1,7 +1,7 @@ { "problemMatcher": [ { - "owner": "brpaz/hadolint-action", + "owner": "hadolint/hadolint-action", "pattern": [ { "regexp": "(.*)\\:(\\d+)\\s(.*)", From 75bb911ebea0ab9b6188cbaba353bb3de62287e7 Mon Sep 17 00:00:00 2001 From: Bob Bell <375968+rjbell4@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:44:53 -0400 Subject: [PATCH 2/2] fixup! Update hadolint.sh --- hadolint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadolint.sh b/hadolint.sh index d28035d..edc6fab 100755 --- a/hadolint.sh +++ b/hadolint.sh @@ -12,7 +12,7 @@ fi # the matcher so it won't take effect in later steps. # shellcheck disable=SC2317 cleanup() { - echo "::remove-matcher owner=brpaz/hadolint-action::" + echo "::remove-matcher owner=hadolint/hadolint-action::" } trap cleanup EXIT