From 1dbba80fb077434e51fab73fa14408b6c3e72f5c Mon Sep 17 00:00:00 2001 From: Vasil Boyadzhiev Date: Mon, 30 Sep 2024 15:23:13 +0100 Subject: [PATCH] ci: Updating actions to use full length commit sha. (#177) Signed-off-by: Vasil Boyadzhiev --- .github/workflows/helm-charts.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-charts.yaml b/.github/workflows/helm-charts.yaml index 7a3a4e872..331577b52 100644 --- a/.github/workflows/helm-charts.yaml +++ b/.github/workflows/helm-charts.yaml @@ -28,7 +28,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true'