From 51f95a4d435aa96a08926d94f993a5c8e6d88a37 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Fri, 21 Nov 2025 17:11:59 -0500 Subject: [PATCH] update sigstore-conformance action to latest release Signed-off-by: Bob Callaway --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8013feb..68e955d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,13 +86,13 @@ jobs: bundler-cache: true - name: Run the conformance tests - uses: sigstore/sigstore-conformance@d658ea74a060aeabae78f8a379167f219dc38c38 # v0.0.16 + uses: sigstore/sigstore-conformance@b7856cfca56fe3f957d4cefdc2c359cc36a84e14 # v0.0.24 with: entrypoint: ${{ github.workspace }}/bin/conformance-entrypoint xfail: "${{ matrix.ruby != 'head' && matrix.ruby != '3.4' && 'test_verify_rejects_bad_tsa_timestamp' }}" if: ${{ matrix.os }} == "ubuntu-latest" - name: Run the conformance tests against staging - uses: sigstore/sigstore-conformance@d658ea74a060aeabae78f8a379167f219dc38c38 # v0.0.16 + uses: sigstore/sigstore-conformance@b7856cfca56fe3f957d4cefdc2c359cc36a84e14 # v0.0.24 with: entrypoint: ${{ github.workspace }}/bin/conformance-entrypoint xfail: "${{ matrix.ruby != 'head' && matrix.ruby != '3.4' && 'test_verify_rejects_bad_tsa_timestamp' }}"