Skip to content

Commit 642725a

Browse files
committed
refactor: pin actionlint to commit
1 parent c07d421 commit 642725a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v3
148148
- name: Check workflow files
149149
run: |
150-
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
150+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash)
151151
./actionlint -color -shellcheck= -ignore "set-output"
152152
shell: bash
153153

0 commit comments

Comments
 (0)