Skip to content

Commit

Permalink
Merge pull request #92 from felickz/patch-1
Browse files Browse the repository at this point in the history
codeql action to @v2
  • Loading branch information
cxMiguelSilva committed Mar 8, 2024
2 parents ebe6b29 + d5323fb commit 2917c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Latest Release](https://img.shields.io/github/v/release/checkmarx/kics-github-action)](https://github.com/checkmarx/kics-github-action/releases)
[![Open Issues](https://img.shields.io/github/issues-raw/checkmarx/kics-github-action)](https://github.com/checkmarx/kics-github-action/issues)

- [KICS Github Action](#kics-github-action)
- [KICS GitHub Action](#kics-github-action)
- [Integrate KICS into your GitHub workflows](#integrate-kics-into-your-github-workflows)
- [Supported Platforms](#supported-platforms)
- [Please find more info in the official website: <a href="https://kics.io">kics.io</a>](#please-find-more-info-in-the-official-website-kicsio)
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
cat results-dir/results.sarif
cat results-dir/results.json
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results-dir/results.sarif
```
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
path: 'terraform'
config_path: ./kics.config
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results-dir/results.sarif
```
Expand Down

0 comments on commit 2917c26

Please sign in to comment.