File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
38
+ uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
43
+ uses : github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
46
+ uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
47
47
with :
48
48
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 29
29
uses : microsoft/DevSkim-Action@0c0b1a933b672b50e117db754ae474d5ad58b7ff # v1.0.12
30
30
31
31
- name : Upload DevSkim scan results to GitHub Security tab
32
- uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
32
+ uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
33
33
with :
34
34
sarif_file : devskim-results.sarif
Original file line number Diff line number Diff line change 29
29
submodules : ' recursive'
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
32
+ uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
33
33
with :
34
34
languages : " cpp"
35
35
48
48
# codeCoverageEnabled: true
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
51
+ uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
52
52
with :
53
53
category : " /language:cpp"
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
74
+ uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments