Skip to content

Commit b64b693

Browse files
committed
CI: pin actions by SHA
This eliminates the possibility of a tag being changed under us.
1 parent ed2a8a4 commit b64b693

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- uses: actions/setup-python@v2
19-
- uses: psf/black@stable
19+
- uses: psf/black@8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # 25.1.0
2020
with:
2121
options: "--check"
2222
src: "."

0 commit comments

Comments
 (0)