Skip to content

Commit abfb41a

Browse files
committed
pin the karancode/yamllint-github-action GH Action to a specific version
1 parent c6e5485 commit abfb41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-yaml.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
url: "https://raw.githubusercontent.com/fharper/gh-configs/main/.yamllint.yml"
1717

1818
- name: Lint YAML files
19-
uses: karancode/yamllint-github-action@master
19+
uses: karancode/yamllint-github-action@v2.1.1
2020
with:
2121
yamllint_config_datapath: .yamllint.yml
2222
yamllint_strict: true

0 commit comments

Comments
 (0)