Skip to content

Commit 6536028

Browse files
authored
Merge pull request #122 from synadia-labs/pdp/secfix-tjactions-changedfiles
security: tj-actions/changed-files: SHA-lock actions
2 parents 2c780d5 + 43d71ed commit 6536028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get changes to UI directory
1818
id: ui-edited
19-
uses: tj-actions/changed-files@v42
19+
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 ## @v42 reiified by pdp 2025-03-14 in repo compromised tags incident
2020
with:
2121
files: natster-io/**
2222
check-formatter:

.github/workflows/ui_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Get changes to UI directory
1919
id: ui-edited
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 ## @v42 reiified by pdp 2025-03-14 in repo compromised tags incident
2121
with:
2222
files: natster-io/**
2323

.github/workflows/ui_qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get changes to UI directory
1818
id: ui-edited
19-
uses: tj-actions/changed-files@v34
19+
uses: tj-actions/changed-files@ce4b8e3cba2220de8132ac9721ff754efd6bb7d7 ## @v34 reiified by pdp 2025-03-14 in repo compromised tags incident
2020
with:
2121
files: natster-io/**
2222

0 commit comments

Comments
 (0)