File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
59
+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
build-mode : none
72
72
pip install -e .
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
75
+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
76
76
with :
77
77
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 75
75
id-token : write
76
76
steps :
77
77
- name : Download all the dists
78
- uses : actions/download-artifact@v4
78
+ uses : actions/download-artifact@v5
79
79
with :
80
80
name : all-dist-${{ github.run_id }}
81
81
path : dist/
You can’t perform that action at this time.
0 commit comments