diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f0dbcd9..a0dee568 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,6 @@ jobs: steps: - uses: actions/checkout@v6 - name: Check workflow files - run: | - bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) - ./actionlint -color -ignore SC2129 - shell: bash + uses: rhysd/actionlint@393031adb9afb225ee52ae2ccd7a5af5525e03e8 # v1.7.11 + with: + args: -color -ignore SC2129