Skip to content

Commit f074803

Browse files
authored
Merge pull request #375 from sir-gon/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 08718a0 + 97ae35f commit f074803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Initializes the CodeQL tools for scanning.
8080
- name: Initialize CodeQL
81-
uses: github/codeql-action/init@v3
81+
uses: github/codeql-action/init@v4
8282
with:
8383
languages: ${{ matrix.language }}
8484
# yamllint disable rule:line-length
@@ -113,6 +113,6 @@ jobs:
113113
# ./location_of_script_within_repo/buildscript.sh
114114

115115
- name: Perform CodeQL Analysis
116-
uses: github/codeql-action/analyze@v3
116+
uses: github/codeql-action/analyze@v4
117117
with:
118118
category: /language:${{matrix.language}}

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ jobs:
201201
TRIVY_JAVA_DB_REPOSITORY: ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
202202

203203
- name: Upload Trivy scan results to GitHub Security tab
204-
uses: github/codeql-action/upload-sarif@v3
204+
uses: github/codeql-action/upload-sarif@v4
205205
with:
206206
sarif_file: 'trivy-results.sarif'

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
command: code test
2929
args: --sarif-file-output=snyk-code.sarif
3030
- name: Upload result to GitHub Code Scanning
31-
uses: github/codeql-action/upload-sarif@v3
31+
uses: github/codeql-action/upload-sarif@v4
3232
with:
3333
sarif_file: 'snyk-code.sarif'

0 commit comments

Comments
 (0)