Skip to content
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

Update actions at 2022/3 #505

Merged
merged 2 commits into from
Apr 15, 2022
Merged

Update actions at 2022/3 #505

merged 2 commits into from
Apr 15, 2022

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Mar 24, 2022

Simply added 3.1 and update actions/checkout@v3.

This PR has some of duplicated section with #491

@hsbt hsbt merged commit 1588686 into master Apr 15, 2022
@hsbt hsbt deleted the update-actions branch April 15, 2022 06:43
rhenium added a commit to rhenium/ruby-openssl that referenced this pull request Apr 30, 2024
[ This is a backport to the 3.0 branch. ]

Backport changes made to .github/workflows/test.yml in master branch,
except:

 - Minimum version is Ruby 2.6
 - FIPS-mode related changes are excluded (as it's not supported)

This includes the following commits:

	fcf53d5 CI: Remove workaround for Ruby-3.2 and 3.3 on Windows
	567b412 CI: Upgrade OpenSSL and LibreSSL versions.
	405f1ee CI: Add OpenSSL no-legacy case.
	9a99583 CI: Upgrade OpenSSL and LibreSSL versions.
	6feeeb8 CI: Add the rubyinstaller2 issue link that legacy provider is not loaded.
	7aed35a Windows Ruby 3.3: Workaround: Set OPENSSL_MODULES to find providers.
	adfb6bb CI: Add OpenSSL 3.2.0.
	fafe1af CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
	f07e6f5 CI: Upgrade OpenSSL and LibreSSL versions.
	0dda88d Merge pull request ruby#682 from ruby/dependabot/github_actions/actions/checkout-4
	0b83eed Rakefile: Add test_fips task for convenience.
	b94314f Bump actions/checkout from 3 to 4
	8c7a6a1 Remove OSSL_DEBUG compile-time option
	e35f190 CI: Replace "mode" in "FIPS mode" with "module".
	61434f6 Rakefile: Print FIPS information in the `rake debug`.
	7ec8024 CI: Add OpenSSL master branch head non-FIPS and FIPS cases.
	24d8add CI: Upgrade OpenSSL versions.
	fddfc55 CI: Add OpenSSL 3.1 FIPS case.
	58ce7fa .github/workflows/test.yml: add provider load path for Windows
	f6e57e1 CI: Fix a typo in the comment. [ci skip]
	52402f6 CI: Check compiler warnings.
	f6ba75e Drop support for Ruby 2.6
	3456770 CI: Upgrade OpenSSL and LibreSSL versions.
	79786ca CI: Rename the key name "foo_bar" (underscore) to "foo-bar" (hyphen).
	8149cdf CI: Add the test/openssl/test_pkey.rb on the FIPS mode case.
	08e1981 CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
	121b3b2 Revert "CI: Enable the verbose mode in the mkmf.rb."
	a832f5c CI: Enable the verbose mode in the mkmf.rb.
	18b0172 CI: Add OpenSSL FIPS mode case.
	af27f50 .github/workflows/test.yml: Update OpenSSL versions
	d277123 skip failing test with truffleruby and ubuntu-22.04
	25352f4 Exclude truffleruby with macos-latest
	d7f90c7 Fix missing needs call
	0640664 Try to run with TruffleRuby
	aeee125 Use ruby/actions/.github/workflows/ruby_versions.yml@master
	fd40742 .github/workflows/test.yml: update LibreSSL versions
	ff2fe4b Strip trailing spaces [ci skip]
	9c24dcc Actions - Use Ubuntu 20.04 for 1.1.1 CI, misc fixes
	cc876f5 [CI] test.yml - test-openssls - use 1.1.1q, 3.0.5
	0fb8d1b [CI] add Ubuntu-22.04 and update mswin, all are OpenSSL 3
	1588686 Merge pull request ruby#505 from ruby/update-actions
	9f901dc Test on LibreSSL 3.4 and 3.5
	f2d072c Use actions/checkout@v3
	699e274 Added 3.1
	b28df90 Install openssl with vcpkg on mswin
rhenium added a commit to rhenium/ruby-openssl that referenced this pull request Apr 30, 2024
[ This is a backport to the 3.0 branch. ]

Backport changes made to .github/workflows/test.yml in master branch,
except:

 - Minimum version is Ruby 2.6
 - FIPS-mode related changes are excluded (as it's not supported)

This includes the following commits:

	fcf53d5 CI: Remove workaround for Ruby-3.2 and 3.3 on Windows
	567b412 CI: Upgrade OpenSSL and LibreSSL versions.
	405f1ee CI: Add OpenSSL no-legacy case.
	9a99583 CI: Upgrade OpenSSL and LibreSSL versions.
	6feeeb8 CI: Add the rubyinstaller2 issue link that legacy provider is not loaded.
	7aed35a Windows Ruby 3.3: Workaround: Set OPENSSL_MODULES to find providers.
	adfb6bb CI: Add OpenSSL 3.2.0.
	fafe1af CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
	f07e6f5 CI: Upgrade OpenSSL and LibreSSL versions.
	0dda88d Merge pull request ruby#682 from ruby/dependabot/github_actions/actions/checkout-4
	0b83eed Rakefile: Add test_fips task for convenience.
	b94314f Bump actions/checkout from 3 to 4
	8c7a6a1 Remove OSSL_DEBUG compile-time option
	e35f190 CI: Replace "mode" in "FIPS mode" with "module".
	61434f6 Rakefile: Print FIPS information in the `rake debug`.
	7ec8024 CI: Add OpenSSL master branch head non-FIPS and FIPS cases.
	24d8add CI: Upgrade OpenSSL versions.
	fddfc55 CI: Add OpenSSL 3.1 FIPS case.
	58ce7fa .github/workflows/test.yml: add provider load path for Windows
	f6e57e1 CI: Fix a typo in the comment. [ci skip]
	52402f6 CI: Check compiler warnings.
	f6ba75e Drop support for Ruby 2.6
	3456770 CI: Upgrade OpenSSL and LibreSSL versions.
	79786ca CI: Rename the key name "foo_bar" (underscore) to "foo-bar" (hyphen).
	8149cdf CI: Add the test/openssl/test_pkey.rb on the FIPS mode case.
	08e1981 CI: Enable the verbose mode in the mkmf.rb by env MAKEFLAGS.
	121b3b2 Revert "CI: Enable the verbose mode in the mkmf.rb."
	a832f5c CI: Enable the verbose mode in the mkmf.rb.
	18b0172 CI: Add OpenSSL FIPS mode case.
	af27f50 .github/workflows/test.yml: Update OpenSSL versions
	d277123 skip failing test with truffleruby and ubuntu-22.04
	25352f4 Exclude truffleruby with macos-latest
	d7f90c7 Fix missing needs call
	0640664 Try to run with TruffleRuby
	aeee125 Use ruby/actions/.github/workflows/ruby_versions.yml@master
	fd40742 .github/workflows/test.yml: update LibreSSL versions
	ff2fe4b Strip trailing spaces [ci skip]
	9c24dcc Actions - Use Ubuntu 20.04 for 1.1.1 CI, misc fixes
	cc876f5 [CI] test.yml - test-openssls - use 1.1.1q, 3.0.5
	0fb8d1b [CI] add Ubuntu-22.04 and update mswin, all are OpenSSL 3
	1588686 Merge pull request ruby#505 from ruby/update-actions
	9f901dc Test on LibreSSL 3.4 and 3.5
	f2d072c Use actions/checkout@v3
	699e274 Added 3.1
	b28df90 Install openssl with vcpkg on mswin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant