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 57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
60
+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
72
+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59
+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments