Skip to content

Commit a9950fa

Browse files
committed
Use commit hashes everywhere
1 parent 4a13d5d commit a9950fa

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.github/workflows/precommit.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ jobs:
1212
name: Run pre-commit.ci
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
submodules: "true"
1818
fetch-depth: 2
1919
- name: Setup python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2121
with:
2222
python-version: "3.x"
23-
cache: "pip"
2423
- name: Install system deps
2524
run: |
2625
sudo apt-get update
2726
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
28-
- uses: pre-commit/[email protected]
29-
- uses: pre-commit-ci/[email protected]
27+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
28+
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2
3029
if: always()

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # v4.6.0
44
hooks:
55
- id: file-contents-sorter
66
files: "dictionaries/main.txt"
@@ -9,20 +9,20 @@ repos:
99
- id: check-yaml
1010
- id: end-of-file-fixer
1111

12-
- repo: https://github.com/JulienPalard/powrap
13-
rev: v1.0.1
12+
- repo: https://git.afpy.org/AFPy/powrap
13+
rev: df2a0a54804a6146cc9fbffb77464d4b5fe24f41 # v1.0.1
1414
hooks:
1515
- id: powrap
1616

17-
- repo: https://git.afpy.org/AFPy/pospell.git
18-
rev: v1.3
17+
- repo: https://git.afpy.org/AFPy/pospell
18+
rev: 8b753bde26fe612ba397a4b4aafa7a0560402805 # v1.3
1919
hooks:
2020
- id: pospell
2121
args:
2222
- "--language=el_GR"
2323
- "--personal-dict=dictionaries/main.txt"
2424

2525
- repo: https://github.com/sphinx-contrib/sphinx-lint
26-
rev: v0.9.1
26+
rev: ce6d7aeab24d60b6119dbad180540bf3c9ff31da # v0.9.1
2727
hooks:
2828
- id: sphinx-lint

0 commit comments

Comments
 (0)