Update CodeQL action versions to v4 in documentation (#57802)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
github/codeql-action/analyze@v3
|
||||
github/codeql-action/analyze@v4
|
||||
|
||||
@@ -1 +1 @@
|
||||
github/codeql-action/autobuild@v3
|
||||
github/codeql-action/autobuild@v4
|
||||
|
||||
@@ -1 +1 @@
|
||||
github/codeql-action/init@v3
|
||||
github/codeql-action/init@v4
|
||||
|
||||
@@ -1 +1 @@
|
||||
github/codeql-action/upload-sarif@v3
|
||||
github/codeql-action/upload-sarif@v4
|
||||
|
||||
Reference in New Issue
Block a user