From 9b6e495796ef4eed2266c131d9c74129b8f5f3ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:58:30 +0000 Subject: [PATCH] chore(deps): pin helm/chart-releaser-action action to cae68fe Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index a606e76..73a0f99 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -283,7 +283,7 @@ jobs: if: | github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: helm/chart-releaser-action@v1.7.0 + uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: CR_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: