From f1d22cb86ef15edb3a85047edbcefa1b2a5960a0 Mon Sep 17 00:00:00 2001 From: Paul Fouquet Date: Fri, 23 Feb 2024 11:18:31 +1300 Subject: [PATCH] ci: add actionlint workaround --- .github/workflows/actionlint.dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/actionlint.dockerfile diff --git a/.github/workflows/actionlint.dockerfile b/.github/workflows/actionlint.dockerfile new file mode 100644 index 00000000..db3dc71b --- /dev/null +++ b/.github/workflows/actionlint.dockerfile @@ -0,0 +1,4 @@ +# Workaround for https://github.com/dependabot/dependabot-core/issues/8362. +# Once that is fixed, remove this file and replace the Docker build and run +# lines in `.github/workflows/*.yml` with a `uses: docker://rhysd/…` line. +FROM rhysd/actionlint:1.6.26@sha256:2362769b1d75056da70e7af1b12d9e52746f3a123b8f22a4322869e8f2cd45f2 \ No newline at end of file