Skip to content

Commit 2ed2745

Browse files
build(deps): bump github/codeql-action from 2 to 3 (#109)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df2ecaa commit 2ed2745

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checkov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
var_file: ${{ inputs.var_file}}
5656

5757
- name: Upload SARIF file
58-
uses: github/codeql-action/upload-sarif@v2
58+
uses: github/codeql-action/upload-sarif@v3
5959
# Results are generated only on a success or failure
6060
# This is required since GitHub by default won't run the next step
6161
# when the previous one has failed. Security checks that do not pass will 'fail'

.github/workflows/docker-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
output: 'trivy-results.sarif'
4545

4646
- name: Upload Trivy scan results to GitHub Security tab
47-
uses: github/codeql-action/upload-sarif@v2
47+
uses: github/codeql-action/upload-sarif@v3
4848
with:
4949
sarif_file: 'trivy-results.sarif'
5050

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
full_repo_scan: true
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@v2
33+
uses: github/codeql-action/upload-sarif@v3
3434
with:
3535
# Path to SARIF file relative to the root of the repository
3636
sarif_file: tfsec.sarif

0 commit comments

Comments
 (0)