Unable to mitigate the solution for Gather Data Sampling (GDS) vulnerability Using Intel Hp

Here the message from

cat  /sys/devices/system/cpu/vulnerabilities/gather_data_sampling
Vulnerable: No microcode

The intel paper:

Tried package microcode_ctl to update the microcode.
currently installed microcode_ctl package is

sudo dnf list --installed | grep microcode
microcode_ctl.x86_64                                 2:2.1-65.fc41                       fedora

Cpu details:

sudo lshw -c cpu
  *-cpu                     
       description: CPU
       product: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
       vendor: Intel Corp.
       physical id: 4
       bus info: cpu@0
       version: 6.78.3
       serial: To Be Filled By O.E.M.
       slot: U3E1
       size: 2GHz
       capacity: 4005MHz
       width: 64 bits
       clock: 100MHz
       capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities cpufreq
       configuration: cores=2 enabledcores=2 microcode=240 threads=4
[@fedora ~]$ grep 'stepping\|model\|microcode\|family' /proc/cpuinfo
model		: 78
CPU family    : 6
stepping	: 3
microcode	: 0xf0
[@fedora ~]$ 

Steps Followed are as below from:

mentioned as Early OS Microcode Update

step 1: Downloaded the intel microcode git from

step 2: replace the new microcode file with the existing one

step 3: dracut -f "initramfs-$(uname -r).img" $(uname -r)

step 4: dracut -f -vvv

step 5: systemctl reboot

This is not working,

please help me to mitigate the microcode update