From f557547e643700f439745119efed5aac390db75d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 13 Mar 2023 11:06:23 -0600 Subject: [PATCH] pin: glob action to the latest full length sha (#265) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5505a8..a847229 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ runs: using: 'composite' steps: - name: Glob match - uses: tj-actions/glob@v16 + uses: tj-actions/glob@cebfb084cdf62d72c5318b1b3595ac5a45ed022f # renovate: tag=v16.11 id: glob with: files: ${{ inputs.files }}