File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions" # Necessary to update action hashes
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ # Allow up to 3 opened pull requests for github-actions versions
8
+ open-pull-requests-limit : 3
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17
17
- name : Set up Python
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
19
19
- name : Install dependencies
20
20
run : pip install mypy
21
21
- name : Run mypy
34
34
- " 3.11"
35
35
- " 3.12-dev"
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install test dependencies
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
issues : write
15
15
steps :
16
- - uses : dessant/lock-threads@v3
16
+ - uses : dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0
17
17
with :
18
18
github-token : ${{ secrets.GITHUB_TOKEN }}
19
19
issue-inactive-days : 90
You can’t perform that action at this time.
0 commit comments