From 564286880dfd5b6bd155805e404533ae547a23ef Mon Sep 17 00:00:00 2001 From: asvoboda Date: Wed, 20 May 2026 14:45:19 +0100 Subject: [PATCH] Pin all github-actions to specific commit shas https://github.blog/changelog/2025-08-15-github-actions-policy-now-supports-blocking-and-sha-pinning-actions/ --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a358264..b1c732b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 - name: Shell Linter - uses: azohra/shell-linter@latest + uses: azohra/shell-linter@6bbeaa868df09c34ddc008e6030cfe89c03394a1 # latest