Skip to content

Commit 46cf3a0

Browse files
authored
CI: pin actions via hash for security (#3)
1 parent 57b620b commit 46cf3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
pre-commit:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
2020
- name: Set up Python 3.12
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@v5
2222
with:
2323
python-version: 3.12
24-
- uses: pre-commit/action@v3.0.0
24+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # ratchet: pre-commit/action@v3

0 commit comments

Comments
 (0)