Skip to content

Commit 6311154

Browse files
committed
Build/Test Tools: Update Actionlint to the latest version.
See #64227 git-svn-id: https://develop.svn.wordpress.org/trunk@62252 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8808211 commit 6311154

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/reusable-workflow-lint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ permissions: {}
77
jobs:
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
@@ -26,10 +24,8 @@ jobs:
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

0 commit comments

Comments
 (0)