File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Initialize CodeQL tools for scanning
3030 uses : github/codeql-action/init@v3
3131 with :
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 lfs : true
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 fetch-depth : 0
4545
@@ -106,7 +106,7 @@ jobs:
106106 contents : read
107107
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v5
110110
111111 - name : Set up Python
112112 uses : actions/setup-python@v5
@@ -154,7 +154,7 @@ jobs:
154154 contents : read
155155
156156 steps :
157- - uses : actions/checkout@v4
157+ - uses : actions/checkout@v5
158158
159159 - name : Set up Python
160160 uses : actions/setup-python@v5
@@ -206,7 +206,7 @@ jobs:
206206
207207 steps :
208208 - name : Checkout code
209- uses : actions/checkout@v4
209+ uses : actions/checkout@v5
210210 with :
211211 fetch-depth : 0
212212
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Set up Python ${{ matrix.python-version }}
2626 uses : actions/setup-python@v5
2727 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 lfs : true
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments