From 4f1ba040c98a3f55eba706fe39c934d890ab7d14 Mon Sep 17 00:00:00 2001 From: Umang Mundhra Date: Fri, 21 Aug 2026 16:40:12 +0530 Subject: [PATCH] chore(deps): bump tj-actions/changed-files 47.0.0 -> 47.0.6 Consolidated from Dependabot #3980 (actions group). SHA-pinned to 9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 (# v47.0.6). Closes: #3980 Co-Authored-By: claude-flow --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 72ef84b8c3..3eabb6da33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -572,7 +572,7 @@ jobs: # This implements a changed-files based approach as suggested by the maintainer - name: Get Changed Files id: changed-files - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 with: files: | pkg/**/*.go