Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ jobs:
PATH: paramiko
- DOWNSTREAM: pyopenssl
REPO: pyca/pyopenssl
# Latest commit on the pyopenssl main branch, as of Nov 24, 2025.
REF: a18fafade8b51fb62f184ec6e953ebf84bc5e23f
# Latest commit on the pyopenssl main branch, as of Nov 26, 2025.
REF: cb876ee9bb9bb3f04d0ffb6574e45af6669011c0
PATH: pyopenssl
- DOWNSTREAM: pyopenssl-release
REPO: pyca/pyopenssl
Expand All @@ -448,8 +448,8 @@ jobs:
PATH: aws-dynamodb-encryption-python
- DOWNSTREAM: certbot
REPO: certbot/certbot
# Latest commit on the certbot main branch, as of Nov 25, 2025.
REF: e9050f1a3c65b4e43ba802255b0789a25d79befb
# Latest commit on the certbot main branch, as of Nov 26, 2025.
REF: 1c3668fb64b51bc69b1aa897768f2ba9099c88d8
PATH: certbot
- DOWNSTREAM: certbot-josepy
REPO: certbot/josepy
Expand All @@ -468,8 +468,8 @@ jobs:
PATH: scapy
- DOWNSTREAM: sigstore-python
REPO: sigstore/sigstore-python
# Latest commit on the sigstore-python main branch, as of Nov 25, 2025.
REF: 83b13e833668369f1779c9251012cb78e55116e6
# Latest commit on the sigstore-python main branch, as of Nov 26, 2025.
REF: 6f8a7593afe68c5a0351a46e42cd760c3ce3c972
PATH: sigstore-python
name: "Downstream tests for ${{ matrix.DOWNSTREAM }}"
timeout-minutes: 15
Expand Down