File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
fetch-depth : 0
40
40
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
42
+ uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
43
43
with :
44
44
languages : csharp
45
45
49
49
shell : powershell
50
50
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
52
+ uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
53
53
with :
54
54
category : " /language:csharp"
55
55
72
72
fetch-depth : 0
73
73
74
74
- name : Initialize CodeQL
75
- uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
75
+ uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
76
76
with :
77
77
languages : c-cpp
78
78
88
88
shell : powershell
89
89
90
90
- name : Perform CodeQL Analysis
91
- uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
91
+ uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
92
92
with :
93
93
category : " /language:c-cpp"
Original file line number Diff line number Diff line change 73
73
74
74
# Upload the results to GitHub's code scanning dashboard.
75
75
- name : " Upload to code-scanning"
76
- uses : github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
76
+ uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v2.13.4
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments