From e80eacc2c50440dee81aa8c32176d80e93e37a8a Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:11:44 +0000 Subject: [PATCH] Update balena-os/leviathan action to v2.31.51 Update balena-os/leviathan from 2.31.50 to 2.31.51 Change-type: patch --- .github/workflows/yocto-build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index 071168c7a..f4e5dd921 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -1184,7 +1184,7 @@ jobs: # https://github.com/balena-os/leviathan/blob/master/action.yml - name: BalenaOS Leviathan Tests - uses: balena-os/leviathan@3a1a989324c0f1697727288e91612d98d267b377 # v2.31.50 + uses: balena-os/leviathan@ea18244da39c632399436423a9a7b04c4be1da93 # v2.31.51 if: inputs.sign-image == false # Ensure we don't run this for non-signed images env: # BALENA_API_TEST_KEY is a secret that should be specific to the runtime environment @@ -1195,7 +1195,7 @@ jobs: # Make sure it has all the same env variables as the job above - name: "[Secureboot] BalenaOS Leviathan Tests" if: inputs.sign-image == true - uses: balena-os/leviathan@3a1a989324c0f1697727288e91612d98d267b377 # v2.31.50 + uses: balena-os/leviathan@ea18244da39c632399436423a9a7b04c4be1da93 # v2.31.51 env: # BALENA_API_TEST_KEY is a secret that should be specific to the runtime environment # It requires permissions to manage autokit workers, and create test fleets