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