Jelajahi Sumber

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

- tiann/KernelSU main: 4a92049e -> abc3fdcf5b6ec9e0add131e600d55853a0fffbf2
- ReSukiSU main: 3ef06b0f -> b2ac2fc8703ce9f5226e2a38a59f8b72f8a3005c
- sync both main.yml and root-variants.yml (was da9abf49 for ksu in root-variants)
- susfs/nomount already at latest (0ff93279 / 26417ca)
TheWildJames 2 minggu lalu
induk
melakukan
01804a4c74
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  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="4a92049e44cb4ad3ec50c889e3259bfa5d685b01"
-          PIN_RESUKISU="3ef06b0fcb0960dc9563256fe26a58e892663387"
+          PIN_KERNELSU="abc3fdcf5b6ec9e0add131e600d55853a0fffbf2"
+          PIN_RESUKISU="b2ac2fc8703ce9f5226e2a38a59f8b72f8a3005c"
           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="da9abf498a77d438989fea0f5f4e348b9a540c07"
-          resukisu_commit="3ef06b0fcb0960dc9563256fe26a58e892663387"
+          ksu_commit="abc3fdcf5b6ec9e0add131e600d55853a0fffbf2"
+          resukisu_commit="b2ac2fc8703ce9f5226e2a38a59f8b72f8a3005c"
           case "${{ inputs.kernel_build_version }}" in
             android12-5.10) susfs_commit="44d9fed948b6d21c25ace142081418690f568dd3" ;;
             android13-5.10) susfs_commit="83ffa9f7a9039e233af3d47aeeb838278b23ef8c" ;;