We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39be05 commit f435c8fCopy full SHA for f435c8f
.github/workflows/get_affected_services.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Changed Files since ${{ inputs.base_sha }}
46
id: changed-files
47
if: ${{ inputs.base_sha != '' }}
48
- uses: tj-actions/changed-files@v44
+ uses: step-security/changed-files@v45
49
with:
50
base_sha: ${{ inputs.base_sha }}
51
fetch_depth: ${{ inputs.fetch_depth_compare }}
@@ -55,7 +55,7 @@ jobs:
55
- name: Changed Files since last commit
56
id: changed-files-no-base
57
if: ${{ inputs.base_sha == '' }}
58
59
60
# Combine results from last steps into one output
61
# As they are run conditionally, this just forwards the chosen action output to
0 commit comments