Unverified Commit 1afb190c authored by Bruno Carneiro's avatar Bruno Carneiro Committed by GitHub
Browse files

feat: replace library (#2828)

I haven't had time to review the library that's replacing tj-actions or whether this change breaks anything, but the vulnerability is quite severe and I would rather the functionality be broken than risk compromise.

**to do:** review this later
parent fd93c6c4
......@@ -20,13 +20,13 @@ jobs:
with:
fetch-depth: 2 # OR "2" -> To retrieve the preceding commit.
# Uses the tj-actions/changed-files action to check for changes.
# Outputs provided here: https://github.com/tj-actions/changed-files#outputs
# Uses the dorny/paths-filter@v3 action to check for changes.
# Outputs provided here: https://github.com/dorny/paths-filter#outputs
# The `files_yaml` input optionally takes a yaml string to specify filters,
# and prepends the filter name to the standard output names.
- name: Check task folders
id: changed-tasks
uses: tj-actions/changed-files@v44.5.2
uses: dorny/paths-filter@v3
with:
# tasks checks the tasks folder and api checks the api folder for changes
files_yaml: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment