Skip to content

Commit 0b9a002

Browse files
willingclwasser
authored andcommitted
fix: pin action to official source instead of bash execution
1 parent b9852bb commit 0b9a002

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Check workflow files
16-
run: |
17-
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
18-
./actionlint -color -ignore SC2129
19-
shell: bash
16+
uses: rhysd/actionlint@35082e035dc23c2dea5e58bbde3cfe1523204498 # v1.7.7
17+
with:
18+
args: -color -ignore SC2129

0 commit comments

Comments
 (0)