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 57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
60
+ uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
build-mode : ${{ matrix.build-mode }}
69
69
# queries: security-extended,security-and-quality
70
70
71
71
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
72
+ uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
73
73
with :
74
74
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
59
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments