From 111b8dd9d0afed87c18a6aa6a837fc3f8c387bab Mon Sep 17 00:00:00 2001 From: "costellobot[bot]" <102247573+costellobot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:34:56 +0000 Subject: [PATCH] Bump actionlint (#1541) Bump actionlint to [v1.7.6](https://github.com/rhysd/actionlint/releases/tag/v1.7.6). Contributes to https://github.com/martincostello/repo-migrations/issues/60. Signed-off-by: costellobot[bot] <102247573+costellobot[bot]@users.noreply.github.com> Co-authored-by: costellobot[bot] <102247573+costellobot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 843ce8fe..1d61d15f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,12 +34,12 @@ jobs: run: echo "::add-matcher::.github/actionlint-matcher.json" - name: Lint workflows - uses: docker://rhysd/actionlint@sha256:d1b3d067b912ea4cbf697750cee80f59114414365b916167b4c7b4cf9504ca9a # v1.7.5 + uses: docker://rhysd/actionlint@sha256:e3856d413f923accc4120884ff79f6bdba3dd53fd42884d325f21af61cc15ce0 # v1.7.6 with: args: -color - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf # v19.0.0 + uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf # v19.0.0 with: config: '.markdownlint.json' globs: |