From c7355c9931e7dd5c1d71e5aadbde4d030305c8d5 Mon Sep 17 00:00:00 2001 From: salmonsd <22984014+salmonsd@users.noreply.github.com> Date: Thu, 28 May 2026 15:54:51 -0500 Subject: [PATCH] chore: pin actions/checkout to v6 SHA --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27f98dd..cad75ec 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: steps: # required to compare the pattern on the files in the repo - if: inputs.defaults || inputs.default-patterns != '' - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - id: neo shell: bash