From f83d997306912160c16134d30b2860b6d0d59f96 Mon Sep 17 00:00:00 2001 From: Matt <47545907+SoundMatt@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:24:44 -0700 Subject: [PATCH] fix: pin cpp-FuSa checkout to v0.15.0 in CI workflows Both the fusa-asil-b and sarif jobs in ci.yml checked out cpp-FuSa from its default branch, floating on whatever main happened to be at CI run time. Pin both to the released ref: v0.15.0 tag. Closes #15 Signed-off-by: Matt <47545907+SoundMatt@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f21da..9d15da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,6 +234,7 @@ jobs: with: repository: SoundMatt/cpp-FuSa path: cpp-FuSa + ref: v0.15.0 - name: Install tools run: sudo apt-get update -qq && sudo apt-get install -y cmake ninja-build zip @@ -434,6 +435,7 @@ jobs: with: repository: SoundMatt/cpp-FuSa path: cpp-FuSa + ref: v0.15.0 - name: Install tools run: sudo apt-get update -qq && sudo apt-get install -y cmake ninja-build