diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1ab25..2b8bf4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" + - name: Install Cosign + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a + with: + cosign-release: 'v2.5.0' - run: pip install poetry - run: poetry install - name: Restore cached tessdata @@ -140,6 +144,10 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" + - name: Install Cosign + uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a + with: + cosign-release: 'v2.5.0' - name: Restore cached tessdata uses: actions/cache/restore@v4 with: