From 4fb3ddd661d562e8dfe3598e3ce4f8ac407f6510 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Sat, 27 Dec 2025 18:51:12 -0500 Subject: [PATCH] Pin github copilot actions --- .github/workflows/copilot-setup-steps.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 7a9cd774..b66f719d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -26,25 +26,25 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f with: - node-version: "22" + node-version: "24" - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: - version: 9.12.2 + version: 10.26.2 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c with: go-version: "1.24" cache-dependency-path: backend/go.mod - name: Install Task - uses: arduino/setup-task@v1 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 with: repo-token: ${{ secrets.GITHUB_TOKEN }}