Commit 3b68f2d 1 parent 1478b4c commit 3b68f2d Copy full SHA for 3b68f2d
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 @@ -36,14 +36,14 @@ jobs:
36
36
restore-keys : ${{ runner.os }}-nuget-
37
37
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
39
+ uses : github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
40
40
with :
41
41
languages : " csharp"
42
42
43
43
- name : Autobuild
44
- uses : github/codeql-action/autobuild@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
44
+ uses : github/codeql-action/autobuild@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
45
45
46
46
- name : Perform CodeQL Analysis
47
- uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
47
+ uses : github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
48
48
with :
49
49
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@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
44
+ uses : github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
45
45
with :
46
46
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments