Skip to content

Commit d0a52ca

Browse files
GitHub Actions: Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1076a4 commit d0a52ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
input-file: ${{ steps.scan.outputs.scan-report-path }}
313313

314314
- name: Upload SARIF reports to GitHub Security tab
315-
uses: github/codeql-action/upload-sarif@v1
315+
uses: github/codeql-action/upload-sarif@v2
316316
if: ${{ always() }}
317317
with:
318318
sarif_file: ${{ steps.scan-to-sarif.outputs.sarif-report-path }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
arguments: detekt
6262

6363
- name: Upload SARIF reports to GitHub Security tab
64-
uses: github/codeql-action/upload-sarif@v1
64+
uses: github/codeql-action/upload-sarif@v2
6565
if: ${{ always() }}
6666
with:
6767
sarif_file: 'build/reports/detekt/sarif/'
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload SARIF file
109109
if: ${{ always() }}
110-
uses: github/codeql-action/upload-sarif@v1
110+
uses: github/codeql-action/upload-sarif@v2
111111
with:
112112
sarif_file: api/kubernetes/.sarif/${{ matrix.chart }}.sarif
113113

0 commit comments

Comments
 (0)