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@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
60
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
72
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
59
+ uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments