From 7ebb5bea87196142c110f649b899c4d6183952a0 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:09:21 +0200 Subject: [PATCH] CI: Add zizmore ignore for grafana vale image (#106437) Add zizmore ignore for grafana vale image --- .github/workflows/documentation-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 7a49fe493e4..3dfde5d37b1 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write security-events: write container: - image: grafana/vale:latest + image: grafana/vale:latest # zizmor: ignore[unpinned-images] steps: - uses: actions/checkout@v4 with: