Skip to content

Commit

Permalink
Update balena-os/leviathan action to v2.31.53
Browse files Browse the repository at this point in the history
Update balena-os/leviathan from 2.31.51 to 2.31.53

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Oct 8, 2024
1 parent 55616ff commit 869ec7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ jobs:
# https://github.com/balena-os/leviathan/blob/master/action.yml
- name: BalenaOS Leviathan Tests
uses: balena-os/leviathan@ea18244da39c632399436423a9a7b04c4be1da93 # v2.31.51
uses: balena-os/leviathan@643e6857890c20dd2e743369a0c417709f4e2787 # v2.31.53
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
Expand All @@ -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@ea18244da39c632399436423a9a7b04c4be1da93 # v2.31.51
uses: balena-os/leviathan@643e6857890c20dd2e743369a0c417709f4e2787 # v2.31.53
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
Expand Down

0 comments on commit 869ec7d

Please sign in to comment.