mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-21 10:49:51 +00:00
fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user