From 6744189c711d95b195b53ca850d3f158ebc88897 Mon Sep 17 00:00:00 2001 From: Stefan Matar Date: Thu, 2 Apr 2026 19:25:35 +0200 Subject: [PATCH] test: verify pinned SHA for GitHub Actions allowlist --- .github/workflows/test-action.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 161ef46..77c5fc9 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -36,3 +36,17 @@ jobs: run: | which frameterm frameterm --help + + test-sha-pin: + name: "Test SHA pin on ${{ matrix.os }}" + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] + steps: + - uses: stefanmatar/frameterm@378eef343ad063386431daa76ef16fc7e0ef9635 + + - name: Verify binary + run: | + which frameterm + frameterm --help