Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/actions/action-codeql-action-analyze.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github/codeql-action/analyze@v3
github/codeql-action/analyze@v4
2 changes: 1 addition & 1 deletion data/reusables/actions/action-codeql-action-autobuild.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github/codeql-action/autobuild@v3
github/codeql-action/autobuild@v4
2 changes: 1 addition & 1 deletion data/reusables/actions/action-codeql-action-init.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github/codeql-action/init@v3
github/codeql-action/init@v4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github/codeql-action/upload-sarif@v3
github/codeql-action/upload-sarif@v4
Loading