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 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
49+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
5050 with :
5151 languages : ${{ matrix.language }}
5252 build-mode : ${{ matrix.build-mode }}
6363 pip install -e .
6464
6565 - name : Perform CodeQL Analysis
66- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
66+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
6767 with :
6868 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 name : Download Wheels
143143 steps :
144144 - name : Download all workflow run artifacts
145- uses : actions/download-artifact@v5
145+ uses : actions/download-artifact@v4
146146 - name : Flatten directory
147147 working-directory : .
148148 run : |
Original file line number Diff line number Diff line change 7676 id-token : write
7777 steps :
7878 - name : Download all the dists
79- uses : actions/download-artifact@v5
79+ uses : actions/download-artifact@v4
8080 with :
8181 name : all-dist-${{ github.run_id }}
8282 path : dist/
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 timeout-minutes : 20
196196 steps :
197197 - name : Download sdist
198- uses : actions/download-artifact@v5
198+ uses : actions/download-artifact@v4
199199 - name : Unpack SDist
200200 shell : bash
201201 run : |
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - 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