Skip to content

Commit 2cb6a7c

Browse files
Update github/codeql-action action to v4
1 parent 240f636 commit 2cb6a7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Initializes the CodeQL tools for scanning.
8787
- name: Initialize CodeQL
88-
uses: github/codeql-action/init@v3
88+
uses: github/codeql-action/init@v4
8989
with:
9090
languages: ${{ matrix.language }}
9191
build-mode: ${{ matrix.build-mode }}
@@ -114,6 +114,6 @@ jobs:
114114
make build
115115
116116
- name: Perform CodeQL Analysis
117-
uses: github/codeql-action/analyze@v3
117+
uses: github/codeql-action/analyze@v4
118118
with:
119119
category: "/language:${{matrix.language}}"

.github/workflows/docker-image.yml

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

212212
- 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
214214
with:
215215
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)