From b4418f7c504ee6e181036ee71fc4f280dabcfeda Mon Sep 17 00:00:00 2001 From: Quentin Laplanche Date: Mon, 20 Apr 2026 10:37:16 +0200 Subject: [PATCH] chore: pin GitHub Actions to commit SHA Signed-off-by: Quentin Laplanche --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a79bd46..d4e96fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,6 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: test run: make test