We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0461ff4 commit 88a2b89Copy full SHA for 88a2b89
1 file changed
.github/workflows/lint.yml
@@ -9,10 +9,10 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13
14
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
15
with:
16
python-version: 3.x
17
18
- - uses: pre-commit/action@v3.0.1
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments