File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
49
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
66
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
67
67
with :
68
68
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 26
26
env :
27
27
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
- name : Upload SARIF file
29
- uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
29
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
30
30
with :
31
31
sarif_file : results.sarif
32
32
category : zizmor
You can’t perform that action at this time.
0 commit comments