Skip to content

Commit fa740d9

Browse files
ci(deps): bump github/codeql-action from 2 to 3 (#152)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28a33c9 commit fa740d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
continue-on-error: true
4343

4444
- name: Upload checkov results to GitHub Security tab
45-
uses: github/codeql-action/upload-sarif@v2
45+
uses: github/codeql-action/upload-sarif@v3
4646
if: always()
4747
with:
4848
sarif_file: checkov-results.sarif
4949
category: checkov
5050

5151
- name: Upload tfsec results to GitHub Security tab
52-
uses: github/codeql-action/upload-sarif@v2
52+
uses: github/codeql-action/upload-sarif@v3
5353
if: always()
5454
with:
5555
sarif_file: tfsec-results.sarif

0 commit comments

Comments
 (0)