| GH500 Certification Dumps Question 43
What step is required to run a SARIF-compatible (Static Analysis Results Interchange Format) tool on GitHub Actions?
Select only one answer.
Choose the correct option from below list
(1)Update the workflow to include a final step that uploads the results.
(2)By default, the CodeQL runner automatically uploads results to GitHub on completion.
(3)The CodeQL action uploads the SARIF file automatically when it completes analysis.
(4)Use the CLI to upload results to GitHub.
Answer:-(1)Update the workflow to include a final step that uploads the results. | | |