ci: update OpenSSL Chocolatey package version from 3.6.1 to 3.6.2#523
Merged
kinyoklion merged 1 commit intomainfrom Apr 14, 2026
Merged
Conversation
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
kinyoklion
commented
Apr 13, 2026
| if: runner.os == 'Windows' | ||
| shell: bash | ||
| run: | | ||
| choco install openssl --version 3.6.1 -y --no-progress |
Member
Author
There was a problem hiding this comment.
aside: Chocolatey politely removed 3.6.1
keelerm84
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the OpenSSL version installed via Chocolatey on Windows CI runners from 3.6.1 to 3.6.2.
OpenSSL 3.6.1 has been removed from Chocolatey's community repository, causing all 9 Windows CI jobs to fail with a 404 when attempting to download
Win64OpenSSL-3_6_1.exe. The latest available version is 3.6.2.Review & Testing Checklist for Human
Notes
This unblocks PR #520 and any other PRs currently blocked by Windows CI failures.
Link to Devin session: https://app.devin.ai/sessions/d009d787eaa84d67813ec46d4cd3c382
Requested by: @kinyoklion
Note
Low Risk
Low risk: CI-only change that updates a pinned dependency version on Windows runners; potential impact is limited to Windows build/test behavior if 3.6.2 differs from 3.6.1.
Overview
Updates the Windows CI OpenSSL install step in
.github/actions/install-openssl/action.ymlto pin Chocolatey OpenSSL from3.6.1to3.6.2, unblocking Windows jobs that fail due to the removed3.6.1package.Reviewed by Cursor Bugbot for commit ab815f5. Bugbot is set up for automated code reviews on this repo. Configure here.