-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh certificates #52
Conversation
I'm confused; why hasn't the CI task failed from an uncommitted diff based on upstream changes? 🤔 |
Not sure -- maybe they happened today? Or the workflow got disabled because there was no activity for 60 days? |
It looks like a scheduled run ran yesterday without error, so maybe it was just a recent change. I've been making a point to check this repo's action history to make sure it hasn't been silently failing. I'll see if I can figure something out conclusively.
SGTM. I can do that. |
Thanks! |
I found the relevant tickets in the Mozilla bug tracker and linked to them in the rel-0.25 backport release notes: #53 I can't find a source of historical data for the CCADB CSV reports but given the timestamps of the bugs being closed and action being taken to update NSS within the last ~7 days I think the CCADB update likely happened ~today/yesterday and we missed it with yesterday's scheduled run. When I ran the tooling locally before this branch landed it picked up the changes and failed the test as expected. |
Further evidence things are working correctly: Firefox 121 is the first version with these updates and it was released 2023-11-21 so that would also coincide with ~yesterday being the date Edit: Last confirmation: my fork wasn't sync'd and today's scheduled task failed. |
I think we should backport this to a 0.25.3 release?