diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 576bf72..c00b94e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,12 +194,12 @@ jobs: ./socketcan/... # ── go-FuSa continuous-conformance lifecycle (RELAY spec §20.1.2) ────────── - # Pinned to v0.47.0. Runs the FULL lifecycle, not a subset: static check, + # Pinned to v0.48.0. Runs the FULL lifecycle, not a subset: static check, # 100% requirement traceability (traced AND tested + function-annotation # density), cybersecurity analysis, dependency vulnerability scan, and the # tool-qualification suite. Conformance must be continuously proven. gofusa: - name: go-FuSa lifecycle (§20, v0.47.0) + name: go-FuSa lifecycle (§20, v0.48.0) runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 @@ -208,7 +208,7 @@ jobs: go-version: "1.25" - name: Install go-FuSa - run: go install github.com/SoundMatt/go-FuSa/cmd/gofusa@v0.47.0 + run: go install github.com/SoundMatt/go-FuSa/cmd/gofusa@v0.48.0 - name: gofusa check (gate on ERROR) run: gofusa check ./...