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@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
60
+ uses : crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.0
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
44
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
95
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
41
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
52
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
53
53
with :
54
54
sarif_file : scorecard_results.sarif
You can’t perform that action at this time.
0 commit comments