File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
49
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
build-mode : ${{ matrix.build-mode }}
63
63
pip install -e .
64
64
65
65
- name : Perform CodeQL Analysis
66
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
66
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
67
67
with :
68
68
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
name : Download Wheels
143
143
steps :
144
144
- name : Download all workflow run artifacts
145
- uses : actions/download-artifact@v5
145
+ uses : actions/download-artifact@v4
146
146
- name : Flatten directory
147
147
working-directory : .
148
148
run : |
Original file line number Diff line number Diff line change 76
76
id-token : write
77
77
steps :
78
78
- name : Download all the dists
79
- uses : actions/download-artifact@v5
79
+ uses : actions/download-artifact@v4
80
80
with :
81
81
name : all-dist-${{ github.run_id }}
82
82
path : dist/
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
timeout-minutes : 20
196
196
steps :
197
197
- name : Download sdist
198
- uses : actions/download-artifact@v5
198
+ uses : actions/download-artifact@v4
199
199
- name : Unpack SDist
200
200
shell : bash
201
201
run : |
Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
- name : Run zizmor 🌈
21
- uses : zizmorcore/zizmor-action@c17832b972c15fd5f3d5065a7e16ad761a0a10d2
21
+ uses : zizmorcore/zizmor-action@383d31df2eb66a2f42db98c9654bdc73231f3e3a
You can’t perform that action at this time.
0 commit comments