From ff50da46ffdd011a171d521189b9bf7e44fc7268 Mon Sep 17 00:00:00 2001 From: Quentin Laplanche Date: Mon, 20 Apr 2026 11:39:47 +0200 Subject: [PATCH] chore: pin GitHub Actions to commit SHA -e 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 dff7810..2a8edf2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: ] timeout-minutes: 20 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Start Desktop uses: ./start