From 8a95845c7b41d40b98921962418d0e0bc4eaeff6 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 20 Jan 2025 12:45:10 +0100 Subject: [PATCH] ci: pin action --- .forgejo/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 0273ba7..2c2c8d4 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -112,8 +112,7 @@ jobs: version: ${{ env.HELM_VERSION }} - name: Install chart-testing - # TODO: pin to version when this is released: https://github.com/helm/chart-testing-action/pull/137 - uses: helm/chart-testing-action@5aa1c68405a43a57240a9b2869379324b2bec0fc # main + uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0 with: version: ${{ env.HELM_CHART_TESTING_VERSION }}