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 48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
51
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
52
52
with :
53
53
languages : ${{ matrix.language }}
54
54
build-mode : ${{ matrix.build-mode }}
76
76
exit 1
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
79
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
80
80
with :
81
81
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : Upload to code-scanning
65
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
65
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
66
66
with :
67
67
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments