Skip to content

Commit a728957

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60050 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a18719e commit a728957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
# actionlint is static checker for GitHub Actions workflow files.
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"

0 commit comments

Comments
 (0)