From 4b514c72dba4c3f15190e29a4830255bc6ac1778 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:24:27 +0000 Subject: [PATCH 1/3] Initial plan From dd2b1cec80253405152cad33a11cb3bccee3a74c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:29:09 +0000 Subject: [PATCH 2/3] Pin Alpine checkout path to checkout v4 SHA --- .github/workflows/verify_install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_install.yaml b/.github/workflows/verify_install.yaml index c9a2b47e4..bc3d2d9db 100644 --- a/.github/workflows/verify_install.yaml +++ b/.github/workflows/verify_install.yaml @@ -175,7 +175,7 @@ jobs: fi # Use checkout@v4 for Alpine versions < 3.17 that don't support Node.js 24 - if: contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16') - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # Else use latest checkout - if: ${{ !(contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16') || contains(matrix.hostname, 'amazon2-')) }} uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 From 950d16982392077c14c3b952541ba62263de14ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:39:05 +0000 Subject: [PATCH 3/3] Update Alpine checkout pin to requested SHA --- .github/workflows/verify_install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_install.yaml b/.github/workflows/verify_install.yaml index bc3d2d9db..ceb97632f 100644 --- a/.github/workflows/verify_install.yaml +++ b/.github/workflows/verify_install.yaml @@ -175,7 +175,7 @@ jobs: fi # Use checkout@v4 for Alpine versions < 3.17 that don't support Node.js 24 - if: contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16') - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # Else use latest checkout - if: ${{ !(contains(matrix.hostname, 'alpine3.13') || contains(matrix.hostname, 'alpine3.14') || contains(matrix.hostname, 'alpine3.15') || contains(matrix.hostname, 'alpine3.16') || contains(matrix.hostname, 'amazon2-')) }} uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5