File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
cmake --build . --target OpenSSL_Target
52
52
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5
54
+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017
55
55
with :
56
56
languages : cpp
57
57
config-file : ./.github/codeql/codeql-config.yml
62
62
cmake --build .
63
63
64
64
- name : Perform CodeQL Analysis
65
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5
65
+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017
Original file line number Diff line number Diff line change 51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5
54
+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments