Skip to content

Commit 2fe002c

Browse files
authored
Merge pull request #6821 from karmada-io/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 10a5f0f + b79be6e commit 2fe002c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-image-scanning-on-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cache: false
7070
vuln-type: 'os,library'
7171
- name: Upload Trivy scan results to GitHub Security tab
72-
uses: github/codeql-action/upload-sarif@v3
72+
uses: github/codeql-action/upload-sarif@v4
7373
with:
7474
sarif_file: '${{ matrix.target }}:${{ matrix.karmada-version }}.trivy-results.sarif'
7575
ref: ${{steps.gen_git_info.outputs.ref}}

.github/workflows/ci-image-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
vuln-type: 'os,library'
6969
cache: false
7070
- name: Upload Trivy scan results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@v3
71+
uses: github/codeql-action/upload-sarif@v4
7272
with:
7373
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)