From 2e30c8340698b009d273715389e2b40e1ecd5440 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 25 Jul 2024 15:23:14 -0700 Subject: [PATCH] github/workflows: pin robutness tests dependencies Signed-off-by: Ivan Valdes --- .github/workflows/robustness-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/robustness-template.yaml b/.github/workflows/robustness-template.yaml index 90c0e6f2924..6c6a698ec87 100644 --- a/.github/workflows/robustness-template.yaml +++ b/.github/workflows/robustness-template.yaml @@ -44,11 +44,11 @@ jobs: # Temporary monitoring to compare amd64 and arm64 runner performance # Refer: https://actuated.dev/blog/right-sizing-vms-github-actions - - uses: alexellis/setup-arkade@master + - uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # v3 - name: Install vmmeter run: | sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/ - - uses: self-actuated/vmmeter-action@master + - uses: self-actuated/vmmeter-action@c7e2162e39294a810cab647cacc215ecd68a44f6 #v1 - name: install-lazyfs if: ${{ inputs.lazyfsEnabled }}