From 6ad6592da8d4b653f9a429d8ae1c6a55bcd3bd56 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Tue, 4 Mar 2025 17:44:20 -0300 Subject: [PATCH] fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7 --- .github/workflows/wordlist-validator.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wordlist-validator.yml b/.github/workflows/wordlist-validator.yml index 6bbab8bb..ad057859 100644 --- a/.github/workflows/wordlist-validator.yml +++ b/.github/workflows/wordlist-validator.yml @@ -25,7 +25,9 @@ jobs: id: changed-files with: files: "**/*.txt" - uses: tj-actions/changed-files@v34 + safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. + + uses: tj-actions/changed-files@v45.0.7 - name: Analyze all added or modified files run: | ./.bin/validators.py