Skip to content

Commit 9cecfa8

Browse files
use latest SHA instead of tag for tj action (#2182)
* use latest SHA instead of tag for tj action The latest version is v46.0.1, released yesterday (16 March 2025). See URL. The author suggested increasing the tag, as it is mutable, but the SHA is not. Therefore, we are switching to SHA to avoid unexpected updates in the future. * Update .github/workflows/flake8_linter_python_files.yml Co-authored-by: Wayne Greeff <[email protected]> --------- Co-authored-by: Wayne Greeff <[email protected]>
1 parent 897a8b9 commit 9cecfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flake8_linter_python_files.yml

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

2424
- name: Get Changed Files
2525
id: changed-files
26-
uses: tj-actions/changed-files@v44
26+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
2727
with:
2828
files: |
2929
**.py

0 commit comments

Comments
 (0)