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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
44
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
45
45
with :
46
46
languages : cpp
47
47
trap-caching : false
@@ -108,7 +108,7 @@ jobs:
108
108
run : cmake --build ${{env.BUILD_DIR}} --config Release -j
109
109
110
110
- name : Perform CodeQL Analysis
111
- uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
111
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
112
112
113
113
- name : " [Win] Prepare vcpkg cache"
114
114
if : matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
41
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
52
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
53
53
with :
54
54
sarif_file : scorecard_results.sarif
You can’t perform that action at this time.
0 commit comments