File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
58
+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
# If you wish to specify custom queries, you can do so here or in a config file.
73
73
source sgxsdk/environment; cd Linux; make sgxssl_no_mitigation
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
76
+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 68
68
# Upload the results to GitHub's code scanning dashboard (optional).
69
69
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
71
+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments