1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update CodeQL action versions to v4 in documentation (#57802)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Mario Campos
2025-10-10 10:47:51 -05:00
committed by GitHub
parent 64f24ee444
commit 05337451e9
5 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ Your workflow will need to use the `upload-sarif` action, which is part of the `
* `sarif_file`, which configures the file or directory of SARIF files to be uploaded. The directory or file path is relative to the root of the repository.
* `category` (optional), which assigns a category for results in the SARIF file. This enables you to analyze the same commit in multiple ways and review the results using the {% data variables.product.prodname_code_scanning %} views in {% data variables.product.prodname_dotcom %}. For example, you can analyze using multiple tools, and in mono-repos, you can analyze different slices of the repository based on the subset of changed files.
For more information, see the [`upload-sarif` action](https://github.com/github/codeql-action/tree/v3/upload-sarif).
For more information, see the [`upload-sarif` action](https://github.com/github/codeql-action/tree/v4/upload-sarif).
The `upload-sarif` action can be configured to run when the `push` and `scheduled` event occur. For more information about {% data variables.product.prodname_actions %} events, see [AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows).