From ac19696a4d92a4940e9245522a20d6b29333d138 Mon Sep 17 00:00:00 2001 From: RobLe3 Date: Tue, 11 Aug 2026 10:12:30 +0200 Subject: [PATCH] ci: pin workflow actions to immutable commits --- .github/workflows/quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 7783630..6727b98 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 12 steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 20 cache: npm