Skip to content

Commit ebfcf62

Browse files
authored
Merge pull request #38 from sir-gon/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents f70aaae + 58003ea commit ebfcf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ jobs:
209209
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
210210

211211
- name: Upload Trivy scan results to GitHub Security tab
212-
uses: github/codeql-action/upload-sarif@v3
212+
uses: github/codeql-action/upload-sarif@v4
213213
with:
214214
sarif_file: 'trivy-results.sarif'

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# yamllint enable rule:line-length
5757

5858
- name: Upload analysis results to GitHub
59-
uses: github/codeql-action/upload-sarif@v3
59+
uses: github/codeql-action/upload-sarif@v4
6060
with:
6161
sarif_file: rust-clippy-results.sarif
6262
wait-for-processing: true

0 commit comments

Comments
 (0)