Parcourir la source

Revert "chore(pins): promote kernelsu/resukisu verified to latest tips"

This reverts commit 01804a4c7468ce5285ea09f2d7ea168005b2017e.
TheWildJames il y a 2 semaines
Parent
commit
60a911f044
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      .github/workflows/main.yml
  2. 2 2
      .github/workflows/root-variants.yml

+ 2 - 2
.github/workflows/main.yml

@@ -199,8 +199,8 @@ jobs:
 
           # Audited pins (from root-variants.yml). Used only when commit_mode=verified.
           PIN_NOMOUNT="26417ca5fb4021c4fd0c886e6ee8662d3f7b117a"
-          PIN_KERNELSU="abc3fdcf5b6ec9e0add131e600d55853a0fffbf2"
-          PIN_RESUKISU="b2ac2fc8703ce9f5226e2a38a59f8b72f8a3005c"
+          PIN_KERNELSU="4a92049e44cb4ad3ec50c889e3259bfa5d685b01"
+          PIN_RESUKISU="3ef06b0fcb0960dc9563256fe26a58e892663387"
           declare -A PIN_SUSFS=(
             [susfs_commit_android12_5_10]="44d9fed948b6d21c25ace142081418690f568dd3"
             [susfs_commit_android13_5_10]="83ffa9f7a9039e233af3d47aeeb838278b23ef8c"

+ 2 - 2
.github/workflows/root-variants.yml

@@ -54,8 +54,8 @@ jobs:
           # GKI target; build.yml overrides SUSFS to latest ONLY for the next
           # (KernelSU-Next) variant, keeping kernelsu/resukisu stuck on the pin.
           nomount_commit="26417ca5fb4021c4fd0c886e6ee8662d3f7b117a"
-          ksu_commit="abc3fdcf5b6ec9e0add131e600d55853a0fffbf2"
-          resukisu_commit="b2ac2fc8703ce9f5226e2a38a59f8b72f8a3005c"
+          ksu_commit="da9abf498a77d438989fea0f5f4e348b9a540c07"
+          resukisu_commit="3ef06b0fcb0960dc9563256fe26a58e892663387"
           case "${{ inputs.kernel_build_version }}" in
             android12-5.10) susfs_commit="44d9fed948b6d21c25ace142081418690f568dd3" ;;
             android13-5.10) susfs_commit="83ffa9f7a9039e233af3d47aeeb838278b23ef8c" ;;