Make WordPress Core

Changeset 60050


Ignore:
Timestamp:
03/19/2025 12:16:28 PM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Pin full commit SHA for rhysd/actionlint.

This is a recommended best practice for hardening workflows that are utilizing 3rd party actions.

Follow up to [59679].

Props johnbillion.
See #62221.

File:
1 edited

Legend:

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

    r59720 r60050  
    3030      # See https://github.com/rhysd/actionlint.
    3131      - name: Run actionlint
    32         uses: docker://rhysd/actionlint:1.7.7
     32        uses: docker://rhysd/actionlint@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 # v1.7.7
    3333        with:
    3434          args: "-color -verbose"
Note: See TracChangeset for help on using the changeset viewer.