Commit fdc6364 1 parent d87e381 commit fdc6364 Copy full SHA for fdc6364
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 @@ -26,12 +26,12 @@ jobs:
26
26
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
29
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
30
30
with :
31
31
build-mode : none
32
32
languages : ' csharp'
33
33
34
34
- name : Perform CodeQL Analysis
35
- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
35
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
36
36
with :
37
37
category : ' /language:csharp'
Original file line number Diff line number Diff line change 41
41
retention-days : 5
42
42
43
43
- name : Upload to code-scanning
44
- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
44
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
45
45
with :
46
46
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments