Make WordPress Core

Changeset 62252


Ignore:
Timestamp:
04/21/2026 04:58:30 PM (3 weeks ago)
Author:
johnbillion
Message:

Build/Test Tools: Update Actionlint to the latest version.

See #64227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-workflow-lint.yml

    r62250 r62252  
    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
     
    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"
Note: See TracChangeset for help on using the changeset viewer.