Skip to content

Commit 0533745

Browse files
Update CodeQL action versions to v4 in documentation (#57802)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 64f24ee commit 0533745

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Your workflow will need to use the `upload-sarif` action, which is part of the `
5656
* `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.
5757
* `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.
5858

59-
For more information, see the [`upload-sarif` action](https://github.com/github/codeql-action/tree/v3/upload-sarif).
59+
For more information, see the [`upload-sarif` action](https://github.com/github/codeql-action/tree/v4/upload-sarif).
6060

6161
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).
6262

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github/codeql-action/analyze@v3
1+
github/codeql-action/analyze@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github/codeql-action/autobuild@v3
1+
github/codeql-action/autobuild@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github/codeql-action/init@v3
1+
github/codeql-action/init@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github/codeql-action/upload-sarif@v3
1+
github/codeql-action/upload-sarif@v4

0 commit comments

Comments
 (0)