File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 50
50
architecture : x64
51
51
52
52
- name : Checkout repo
53
- uses : actions/checkout@v4.2.2
53
+ uses : actions/checkout@v5.0.0
54
54
with :
55
55
fetch-depth : 0
56
56
Original file line number Diff line number Diff line change 27
27
sudo apt-get install jq
28
28
29
29
- name : Checkout repo
30
- uses : actions/checkout@v4.2.2
30
+ uses : actions/checkout@v5.0.0
31
31
with :
32
32
fetch-depth : 0
33
33
Original file line number Diff line number Diff line change 24
24
uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
25
25
with :
26
26
access_token : ${{ github.token }}
27
- - uses : actions/checkout@v4.2.2
27
+ - uses : actions/checkout@v5.0.0
28
28
with :
29
29
fetch-depth : 0
30
30
84
84
85
85
steps :
86
86
- name : Download artifact
87
- uses : actions/download-artifact@v4
87
+ uses : actions/download-artifact@v5
88
88
with :
89
89
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
90
90
- name : Add conda to system path
@@ -154,7 +154,7 @@ jobs:
154
154
uses : styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
155
155
with :
156
156
access_token : ${{ github.token }}
157
- - uses : actions/checkout@v4.2.2
157
+ - uses : actions/checkout@v5.0.0
158
158
with :
159
159
fetch-depth : 0
160
160
@@ -219,7 +219,7 @@ jobs:
219
219
220
220
steps :
221
221
- name : Download artifact
222
- uses : actions/download-artifact@v4
222
+ uses : actions/download-artifact@v5
223
223
with :
224
224
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
225
225
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : " Checkout code"
39
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
with :
41
41
persist-credentials : false
42
42
71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
74
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.8
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments