Skip to content

Commit

Permalink
fix(deps): build with openssl 3.4.0 on windows (#462)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cwaldren-ld authored Oct 24, 2024
1 parent 0305481 commit cd6bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-openssl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: |
choco install openssl --version 3.1.1 -y --no-progress
choco install openssl --version 3.4.0 -y --no-progress
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit cd6bbd0

Please sign in to comment.