Skip to content

Commit b21678b

Browse files
committed
Removing Github actions vulnerability
1 parent 8ff43f9 commit b21678b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Get changed files
1515
id: changed-files
16-
uses: tj-actions/changed-files@v45
16+
uses: step-security/changed-files@v45
1717
with:
1818
files: |
1919
CHANGELOG.md

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.10"
1616
- name: Get changed files
1717
id: changed-files
18-
uses: tj-actions/changed-files@v45
18+
uses: step-security/changed-files@v45
1919
with:
2020
files: |
2121
**.py

0 commit comments

Comments
 (0)