Skip to content

Commit f435c8f

Browse files
Replace compromised tj-actions/changed-files with step-security version (#103)
1 parent e39be05 commit f435c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/get_affected_services.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Changed Files since ${{ inputs.base_sha }}
4646
id: changed-files
4747
if: ${{ inputs.base_sha != '' }}
48-
uses: tj-actions/changed-files@v44
48+
uses: step-security/changed-files@v45
4949
with:
5050
base_sha: ${{ inputs.base_sha }}
5151
fetch_depth: ${{ inputs.fetch_depth_compare }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Changed Files since last commit
5656
id: changed-files-no-base
5757
if: ${{ inputs.base_sha == '' }}
58-
uses: tj-actions/changed-files@v44
58+
uses: step-security/changed-files@v45
5959

6060
# Combine results from last steps into one output
6161
# As they are run conditionally, this just forwards the chosen action output to

0 commit comments

Comments
 (0)