From 7e64e69af4f64deed93fde82c905b50d4c6e9aff Mon Sep 17 00:00:00 2001 From: Pearl <42342605+sharonstout1981@users.noreply.github.com> Date: Fri, 18 Jul 2025 12:08:41 -0500 Subject: [PATCH] Potential fix for code scanning alert no. 1: Use of a known vulnerable action Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Pearl <42342605+sharonstout1981@users.noreply.github.com> --- .github/workflows/datree-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/datree-validation.yml b/.github/workflows/datree-validation.yml index 2192f4a..24375b5 100644 --- a/.github/workflows/datree-validation.yml +++ b/.github/workflows/datree-validation.yml @@ -24,7 +24,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v41 with: files: | *.yaml