From fc3c0c47db48ee114a223363192f2963644a47fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:55:19 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 27005646..72afb250 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,21 +28,21 @@ on: jobs: e2e-bluefin-lts: name: "E2E — Bluefin LTS" - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@262ba3726dda2979aa3aa9acf84b60fecfdbc776 # main with: image: ghcr.io/ublue-os/bluefin:lts suites: common e2e-bluefin-stable: name: "E2E — Bluefin Stable" - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@262ba3726dda2979aa3aa9acf84b60fecfdbc776 # main with: image: ghcr.io/ublue-os/bluefin:latest suites: common e2e-dakota: name: "E2E — Dakota" - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@262ba3726dda2979aa3aa9acf84b60fecfdbc776 # main with: image: ghcr.io/projectbluefin/dakota:latest suites: common