File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ permissions: {}
77jobs :
88 # Runs the actionlint GitHub Action workflow file linter.
99 #
10+ # See https://github.com/rhysd/actionlint.
11+ #
1012 # This helps guard against common mistakes including strong type checking for expressions (${{ }}), security checks,
1113 # `run:` script checking, glob syntax validation, and more.
12- #
13- # Performs the following steps:
14- # - Checks out the repository.
15- # - Runs actionlint.
1614 actionlint :
1715 name : Run actionlint
1816 runs-on : ubuntu-24.04
2624 persist-credentials : false
2725 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
2826
29- # actionlint is static checker for GitHub Actions workflow files.
30- # See https://github.com/rhysd/actionlint.
3127 - name : Run actionlint
32- uses : docker://rhysd/actionlint@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 # v1.7.7
28+ uses : docker://rhysd/actionlint@sha256:5457037ba91acd225478edac3d4b32e45cf6c10291e0dabbfd2491c63129afe1 # v1.7.11
3329 with :
3430 args : " -color -verbose"
3531
You can’t perform that action at this time.
0 commit comments