Question 047
### What happens when a second SARIF results file is uploaded to GitHub for a single commit?
> https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system#uploading-your-results-to-github
1. [x] It replaces the original set of data.
1. [ ] It appends the results to the existing file.
1. [ ] It creates a new branch in the repository
1. [ ] It is ignored by GitHub.