From 45b87a13e910cdced773bfb79e0f4480e3880712 Mon Sep 17 00:00:00 2001 From: Quentin Laplanche Date: Mon, 20 Apr 2026 11:44:34 +0200 Subject: [PATCH] chore: pin GitHub Actions to commit SHA -e Signed-off-by: Quentin Laplanche --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 490f050..86b81e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Hub Login uses: docker/login-action@v2 with: