File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
python-version : " 3.10"
42
42
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
44
+ uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
45
45
with :
46
46
languages : cpp
47
47
92
92
run : cmake --build ${{env.BUILD_DIR}} --config Release -j
93
93
94
94
- name : Perform CodeQL Analysis
95
- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
95
+ uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
Original file line number Diff line number Diff line change 38
38
cat trivy-results.sarif
39
39
40
40
- name : Upload results
41
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
41
+ uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
42
42
with :
43
43
sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 49
49
50
50
# Upload the results to GitHub's code scanning dashboard.
51
51
- name : Upload to code-scanning
52
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
52
+ uses : github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
53
53
with :
54
54
sarif_file : scorecard_results.sarif
You can’t perform that action at this time.
0 commit comments