From abfb41a954055cd72215186c1bdc91d8cc4a072b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 30 Apr 2024 16:52:34 -0400 Subject: [PATCH] pin the karancode/yamllint-github-action GH Action to a specific version --- .github/workflows/check-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-yaml.yml b/.github/workflows/check-yaml.yml index 2dee616..1bf8081 100644 --- a/.github/workflows/check-yaml.yml +++ b/.github/workflows/check-yaml.yml @@ -16,7 +16,7 @@ jobs: url: "https://raw.githubusercontent.com/fharper/gh-configs/main/.yamllint.yml" - name: Lint YAML files - uses: karancode/yamllint-github-action@master + uses: karancode/yamllint-github-action@v2.1.1 with: yamllint_config_datapath: .yamllint.yml yamllint_strict: true