From b702adc245f679ae20d84de39f0d63b14aabed5d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 5 Aug 2023 09:34:47 +0100 Subject: [PATCH] ci: pin version of actionlint used --- .github/workflows/introspect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/introspect.yml b/.github/workflows/introspect.yml index b6d9125e64..82d22a5cbb 100644 --- a/.github/workflows/introspect.yml +++ b/.github/workflows/introspect.yml @@ -25,5 +25,5 @@ jobs: # From https://github.com/rhysd/actionlint/blob/main/docs/usage.md#use-actionlint-on-github-actions - name: Check workflow files run: | - bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/590d3bd9dde0c91f7a66071d40eb84716526e5a6/scripts/download-actionlint.bash) + bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/590d3bd9dde0c91f7a66071d40eb84716526e5a6/scripts/download-actionlint.bash) 1.6.25 ./actionlint -color -shellcheck=""