Skip to content

Adjust keycloak_required_action resource to not use metaparameter alias #514

Adjust keycloak_required_action resource to not use metaparameter alias

Adjust keycloak_required_action resource to not use metaparameter alias #514

Triggered via pull request September 26, 2024 08:48
Status Failure
Total duration 49m 2s
Artifacts

ci.yaml

on: pull_request
Matrix: acceptance
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 16 warnings
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L51
Puppet::Type::Keycloak_required_action::ProviderKcadm destroy deregisters a required action Failure/Error: resource.provider.instance_variable_set(:@property_hash) ArgumentError: wrong number of arguments (given 1, expected 2)
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L85
Puppet::Type::Keycloak_required_action::ProviderKcadm flush uses display_name from current state if none specified explicitly Failure/Error: kcadm('update', "authentication/required-actions/#{@property_hash[:provider_id]}", resource[:realm], t.path) Keycloak_required_action[foo](provider=kcadm) received :kcadm with unexpected arguments expected: ("update", "authentication/required-actions/webauthn-register", "test", "/tmp/keycloak_required_action_configure20240926-1969-3dvqrc") got: ("update", "authentication/required-actions/", "test", "/tmp/keycloak_required_action_configure20240926-1969-3dvqrc")
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L21
Puppet::Type::Keycloak_required_action adds to catalog without raising an error Failure/Error: expect { catalog.add_resource resource }.not_to raise_error expected no Exception, got #<Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:1417:in `block (2 levels) in <class:Type>' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/parameter.rb:444:in `munge' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/parameter.rb:516:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `new' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:24:in `block (3 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:23:in `block (2 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L28
Puppet::Type::Keycloak_required_action has alias default to provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L33
Puppet::Type::Keycloak_required_action handles componsite name Failure/Error: expect(component[:alias]).to eq('foo') expected: "foo" got: nil (compared using ==)
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a realm Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a display_name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a alias Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "foo" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L51
Puppet::Type::Keycloak_required_action::ProviderKcadm destroy deregisters a required action Failure/Error: resource.provider.instance_variable_set(:@property_hash) ArgumentError: wrong number of arguments (given 1, expected 2)
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L85
Puppet::Type::Keycloak_required_action::ProviderKcadm flush uses display_name from current state if none specified explicitly Failure/Error: kcadm('update', "authentication/required-actions/#{@property_hash[:provider_id]}", resource[:realm], t.path) Keycloak_required_action[foo](provider=kcadm) received :kcadm with unexpected arguments expected: ("update", "authentication/required-actions/webauthn-register", "test", "/tmp/keycloak_required_action_configure20240926-2051-ag1lxd") got: ("update", "authentication/required-actions/", "test", "/tmp/keycloak_required_action_configure20240926-2051-ag1lxd")
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L21
Puppet::Type::Keycloak_required_action adds to catalog without raising an error Failure/Error: expect { catalog.add_resource resource }.not_to raise_error expected no Exception, got #<Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:1417:in `block (2 levels) in <class:Type>' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/parameter.rb:444:in `munge' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/parameter.rb:516:in `value=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:690:in `[]=' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2451:in `block in set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2446:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2446:in `set_parameters' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.9.0/lib/puppet/type.rb:2343:in `initialize' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `new' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:24:in `block (3 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:23:in `block (2 levels) in <top (required)>'
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L28
Puppet::Type::Keycloak_required_action has alias default to provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L33
Puppet::Type::Keycloak_required_action handles componsite name Failure/Error: expect(component[:alias]).to eq('foo') expected: "foo" got: nil (compared using ==)
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a realm Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a display_name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a alias Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "foo" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L51
Puppet::Type::Keycloak_required_action::ProviderKcadm destroy deregisters a required action Failure/Error: resource.provider.instance_variable_set(:@property_hash) ArgumentError: wrong number of arguments (given 1, expected 2)
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L85
Puppet::Type::Keycloak_required_action::ProviderKcadm flush uses display_name from current state if none specified explicitly Failure/Error: kcadm('update', "authentication/required-actions/#{@property_hash[:provider_id]}", resource[:realm], t.path) Keycloak_required_action[foo](provider=kcadm) received :kcadm with unexpected arguments expected: ("update", "authentication/required-actions/webauthn-register", "test", "/tmp/keycloak_required_action_configure20240926-2054-1kkyo4t") got: ("update", "authentication/required-actions/", "test", "/tmp/keycloak_required_action_configure20240926-2054-1kkyo4t")
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L21
Puppet::Type::Keycloak_required_action adds to catalog without raising an error Failure/Error: expect { catalog.add_resource resource }.not_to raise_error expected no Exception, got #<Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:1455:in `block (2 levels) in <class:Type>' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/parameter.rb:443:in `munge' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/parameter.rb:515:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `new' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:24:in `block (3 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:23:in `block (2 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L28
Puppet::Type::Keycloak_required_action has alias default to provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L33
Puppet::Type::Keycloak_required_action handles componsite name Failure/Error: expect(component[:alias]).to eq('foo') expected: "foo" got: nil (compared using ==)
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a realm Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a display_name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a alias Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "foo" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L51
Puppet::Type::Keycloak_required_action::ProviderKcadm destroy deregisters a required action Failure/Error: resource.provider.instance_variable_set(:@property_hash) ArgumentError: wrong number of arguments (given 1, expected 2)
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/provider/keycloak_required_action/kcadm_spec.rb#L85
Puppet::Type::Keycloak_required_action::ProviderKcadm flush uses display_name from current state if none specified explicitly Failure/Error: kcadm('update', "authentication/required-actions/#{@property_hash[:provider_id]}", resource[:realm], t.path) Keycloak_required_action[foo](provider=kcadm) received :kcadm with unexpected arguments expected: ("update", "authentication/required-actions/webauthn-register", "test", "/tmp/keycloak_required_action_configure20240926-1973-xhvfqr") got: ("update", "authentication/required-actions/", "test", "/tmp/keycloak_required_action_configure20240926-1973-xhvfqr")
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L21
Puppet::Type::Keycloak_required_action adds to catalog without raising an error Failure/Error: expect { catalog.add_resource resource }.not_to raise_error expected no Exception, got #<Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:1455:in `block (2 levels) in <class:Type>' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/parameter.rb:443:in `munge' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/parameter.rb:515:in `value=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:681:in `[]=' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2499:in `block in set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2493:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2493:in `set_parameters' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.33.0/lib/puppet/type.rb:2389:in `initialize' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `new' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:18:in `block (2 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:24:in `block (3 levels) in <top (required)>' # ./spec/unit/puppet/type/keycloak_required_action_spec.rb:23:in `block (2 levels) in <top (required)>'
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L28
Puppet::Type::Keycloak_required_action has alias default to provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L33
Puppet::Type::Keycloak_required_action handles componsite name Failure/Error: expect(component[:alias]).to eq('foo') expected: "foo" got: nil (compared using ==)
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a realm Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a display_name Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a provider_id Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "something" in class alias: Cannot add aliases without a catalog
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml): spec/unit/puppet/type/keycloak_required_action_spec.rb#L55
Puppet::Type::Keycloak_required_action basic properties accepts a alias Failure/Error: described_class.new(config) Puppet::ResourceError: Parameter alias failed on Keycloak_required_action[foo]: Munging failed for value "foo" in class alias: Cannot add aliases without a catalog
Puppet 8 (Ruby 3.2.3 fixtures=.fixtures.yml)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Puppet 8 (Ruby 3.2.2 fixtures=.fixtures-latest.yml)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Puppet 7 (Ruby 2.7.7 fixtures=.fixtures-latest.yml)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Puppet 7 (Ruby 2.7.8 fixtures=.fixtures.yml)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 el9 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 el9 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 el8 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 el8 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 debian-11 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 ubuntu-2204 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 debian-11 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 ubuntu-2204 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 ubuntu-2004 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 ubuntu-2004 (keycloak=25.0.1 full=no)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet8 el8 (keycloak=25.0.1 full=yes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
puppet7 el8 (keycloak=25.0.1 full=yes)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/