From a0aa85fc6b46c3c1e2a9317fc37190521d523316 Mon Sep 17 00:00:00 2001 From: David Dreschner Date: Sun, 21 Jun 2026 22:12:57 +0200 Subject: [PATCH] chore: Update used GitHub Actions and introduce version pinning Signed-off-by: David Dreschner --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d9fcdd..79a305c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,8 @@ jobs: runs-on: ubuntu-latest name: A job to test the action steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Execute action id: run