Skip to content

Commit 46f61f0

Browse files
committedMar 16, 2025
workflows: upgrade tj-actions/changed-files to v46
It was recently compromised and even though changes to tags were reverted it's still worth upgrading (GH also warns about <=45.0.7). I've checked this repository, we've not leaked anything since March 14 (the day of the attack). See tj-actions/changed-files#2463 also. Signed-off-by: Roman Khimov <roman@nspcc.ru>
1 parent cf89d8a commit 46f61f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Get changed CHANGELOG
1919
id: changelog-diff
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@v46
2121
with:
2222
files: CHANGELOG.md
2323

‎.github/workflows/config-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
- name: Get changed config-related files
1919
id: config-diff
20-
uses: tj-actions/changed-files@v42
20+
uses: tj-actions/changed-files@v46
2121
with:
2222
files: |
2323
config/**
2424
cmd/neofs-node/config/**
2525
2626
- name: Get changed doc files
2727
id: docs-diff
28-
uses: tj-actions/changed-files@v42
28+
uses: tj-actions/changed-files@v46
2929
with:
3030
files: docs/**
3131

0 commit comments

Comments
 (0)