File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 57
57
./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v
58
58
59
59
- name : Run a spell check
60
- uses : crate-ci/typos@52bd719c2c91f9d676e2aa359fc8e0db8925e6d8 # v1.35.3
60
+ uses : crate-ci/typos@a67079b4ae32e18c3f53d75368c52ce53b5fb56b # v1.35.4
61
61
with :
62
62
config : ./.github/workflows/.spellcheck-conf.toml
63
63
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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
44
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
111
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
41
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
52
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # 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