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 68
68
69
69
# Initializes the CodeQL tools for scanning.
70
70
- name : Initialize CodeQL
71
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
71
+ uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
72
72
with :
73
73
languages : ${{ matrix.language }}
74
74
build-mode : ${{ matrix.build-mode }}
96
96
exit 1
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
99
+ uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
100
100
with :
101
101
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 55
55
retention-days : 5
56
56
57
57
- name : " Upload to code-scanning"
58
- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
58
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
59
59
with :
60
60
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments