From df4ab1ccd3d12e8a5aa6e3eea4f8cb4feb108a94 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Fri, 12 Jun 2026 15:35:57 -0400 Subject: [PATCH] fix(ci): update actions/checkout SHA in hadolint workflow --- .gitea/workflows/hadolint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/hadolint.yaml b/.gitea/workflows/hadolint.yaml index aaf42eb..981241e 100644 --- a/.gitea/workflows/hadolint.yaml +++ b/.gitea/workflows/hadolint.yaml @@ -9,8 +9,8 @@ jobs: hadolint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4143172cec0e10 # v6 - - uses: hadolint/hadolint-action@2332a7b74a6de0dda2221d575162ebab76ba5e5 # v3.3.0 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 continue-on-error: true with: dockerfile: Dockerfile