File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
45
+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
source-root : src
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
57
+ uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
58
58
59
59
- name : Perform CodeQL Analysis
60
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
60
+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
Original file line number Diff line number Diff line change 56
56
57
57
# Upload the results to GitHub's code scanning dashboard (optional).
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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