File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
name : Run linters
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v4.2.2
17
17
- uses : actions/setup-python@v5
18
18
with :
19
19
python-version : 3.11
44
44
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v4.2.2
48
48
- name : Setup Python ${{ matrix.pyver }}
49
49
uses : actions/setup-python@v5
50
50
with :
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@v2.4.0
87
+ uses : actions/checkout@v4.2.2
88
88
with :
89
89
fetch-depth : 0
90
90
- name : Install build
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4.2.2
29
29
30
30
- name : Initialize CodeQL
31
31
uses : github/codeql-action/init@v2
You can’t perform that action at this time.
0 commit comments