mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-14 12:14:01 +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
|
id: changed-files
|
||||||
with:
|
with:
|
||||||
files: "**/*.txt"
|
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
|
- name: Analyze all added or modified files
|
||||||
run: |
|
run: |
|
||||||
./.bin/validators.py
|
./.bin/validators.py
|
||||||
|
|||||||
Reference in New Issue
Block a user