From 42f6c256021f9a783737fb449cc6721d7606449b Mon Sep 17 00:00:00 2001 From: Edmondo Porcu Date: Wed, 16 Oct 2024 11:42:47 -0400 Subject: [PATCH] Using hardcoded hashes for actions --- .github/workflows/k8s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index c65a3b4..7abe925 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -68,12 +68,12 @@ jobs: load: true - name: Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@0025e74 with: config: ./k8s/kind-config.yaml - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-space@ab7a4be with: # this might remove tools that are actually needed, # when set to "true" but frees about 6 GB