mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-01-16 20:43:58 -08:00
fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7
This commit is contained in:
parent
8f6ccc4527
commit
6ad6592da8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/wordlist-validator.yml
vendored
4
.github/workflows/wordlist-validator.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue