Skip to content

Commit cd6bbd0

Browse files
authored
fix(deps): build with openssl 3.4.0 on windows (#462)
This bumps OpenSSL from 3.1.1 to 3.4.0 on Windows ([the latest, released two days ago](https://github.com/openssl/openssl/releases/tag/openssl-3.4.0)). This will resolve outstanding CVEs filed against 3.1.1.
1 parent 0305481 commit cd6bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-openssl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
if: runner.os == 'Windows'
3333
shell: bash
3434
run: |
35-
choco install openssl --version 3.1.1 -y --no-progress
35+
choco install openssl --version 3.4.0 -y --no-progress
3636
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
3737
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
3838
else

0 commit comments

Comments
 (0)