From a05101fa83fec44a8e23b3c5e5050bf0e5949e4b Mon Sep 17 00:00:00 2001 From: "costellobot[bot]" <102247573+costellobot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:32:02 +0000 Subject: [PATCH] Bump actionlint (#1537) Bump actionlint to [v1.7.5](https://github.com/rhysd/actionlint/releases/tag/v1.7.5). Contributes to https://github.com/martincostello/repo-migrations/issues/56. 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 bdf8822c..6474cef1 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:82244e1db1c60d82c7792180a48dd0bcb838370bb589d53ff132503fc9485868 # v1.7.4 + uses: docker://rhysd/actionlint@sha256:d1b3d067b912ea4cbf697750cee80f59114414365b916167b4c7b4cf9504ca9a # v1.7.5 with: args: -color - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18.0.0 + uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18.0.0 with: config: '.markdownlint.json' globs: |