File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ${{ inputs.os }}
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
29
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
30
30
31
31
- name : Set up Python ${{ inputs.python-version }}
32
32
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Original file line number Diff line number Diff line change 25
25
runs-on : ${{ inputs.os }}
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
30
30
- name : Set up Python ${{ inputs.python-version }}
31
31
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
38
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout repository
36
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
36
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
21
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
22
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
34
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
35
35
with :
36
36
fetch-depth : 0 # IMPORTANT: otherwise the current tag does not get fetched and the build version gets worse
37
37
Original file line number Diff line number Diff line change 26
26
runs-on : ${{ inputs.os }}
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
29
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
30
30
31
31
- name : Set up Python ${{ inputs.python-version }}
32
32
uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 .1.0
35
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4 .1.2
36
36
with :
37
37
persist-credentials : false
38
38
You can’t perform that action at this time.
0 commit comments