From 0a0316515fd0afe48cbeb22cc5c8d2b2063eb3ec Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 9 Sep 2026 10:47:10 -0700 Subject: [PATCH] CI: switch to kjanat/actionlint v1.16.0 The devops-actions/actionlint wrapper runs an old rhysd/actionlint release. Use the maintained kjanat/actionlint fork's own action instead, pinned to the commit that pins its image by digest. Since v1.16.0 knows about the ubuntu-26.04 runner label, the self-hosted-runner escape hatch in .github/actionlint.yaml is no longer needed, so drop it. Signed-off-by: Kir Kolyshkin --- .github/actionlint.yaml | 5 ----- .github/workflows/actionlint.yml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml deleted file mode 100644 index 7c9b4832..00000000 --- a/.github/actionlint.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# ubuntu-26.04 is still in public preview, and actionlint does not know -# about it yet; remove this once it does. -self-hosted-runner: - labels: - - ubuntu-26.04 diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index f0887ed0..8a7fe3a0 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -23,4 +23,4 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: devops-actions/actionlint@ec02b36684b2f574f1d219ad0a43b082e46bf3e4 # v0.1.13 + - uses: kjanat/actionlint@733ac2f73f6d80c269aa7a02d1ee83673fa5ab33 # v1.16