From 5438e67fe26bddf3da11cbd840544dfc540ac398 Mon Sep 17 00:00:00 2001 From: saso badovinac Date: Fri, 9 May 2025 15:26:35 +0200 Subject: [PATCH] Update sub_lint.yml Pin Actions to a full length commit SHA --- .github/workflows/sub_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index 913f8b50fa..afd485fd12 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -208,7 +208,7 @@ jobs: # Generic lints steps - name: Check File Case Sensitivity - uses: credfeto/action-case-checker@v1.3.0 + uses: credfeto/action-case-checker@cb652aeab29ed363bbdb7d9ee1bfcc010c46cac5 # v1.3.0 - name: Check for non Unix line ending if: inputs.checkLineendings && always()