From 8555e49c7c03de8a9b5422c467f42ef43a744469 Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Thu, 18 Dec 2025 23:32:58 +1100 Subject: ci: update and pin github actions --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/linux.yml') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index de9d8d3..d901cf9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -44,7 +44,7 @@ jobs: steps: - name: "Checkout repository" - uses: actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Run tests" run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) @@ -66,7 +66,7 @@ jobs: os: ["ubuntu-24.04", "ubuntu-24.04-arm"] steps: - name: "Checkout repository" - uses: actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: "Run tests" run: ./scripts/test -- cgit v1.2.3-55-g6feb