File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
86
86
# Initializes the CodeQL tools for scanning.
87
87
- name : Initialize CodeQL
88
- uses : github/codeql-action/init@v3
88
+ uses : github/codeql-action/init@v4
89
89
with :
90
90
languages : ${{ matrix.language }}
91
91
build-mode : ${{ matrix.build-mode }}
@@ -114,6 +114,6 @@ jobs:
114
114
make build
115
115
116
116
- name : Perform CodeQL Analysis
117
- uses : github/codeql-action/analyze@v3
117
+ uses : github/codeql-action/analyze@v4
118
118
with :
119
119
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -210,6 +210,6 @@ jobs:
210
210
TRIVY_DB_REPOSITORY : ${{ vars.TRIVY_DB_REPOSITORY }}
211
211
212
212
- name : Upload Trivy scan results to GitHub Security tab
213
- uses : github/codeql-action/upload-sarif@v3
213
+ uses : github/codeql-action/upload-sarif@v4
214
214
with :
215
215
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments