Skip to content

Commit 5ebcd4b

Browse files
Update github/codeql-action action to v4
1 parent 7b2e0ad commit 5ebcd4b

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
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v3
75+
uses: github/codeql-action/init@v4
7676
with:
7777
languages: ${{ matrix.language }}
7878
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
dotnet build
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v3
104+
uses: github/codeql-action/analyze@v4
105105
with:
106106
category: "/language:${{matrix.language}}"

.github/workflows/docker-image.yml

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

199199
- name: Upload Trivy scan results to GitHub Security tab
200-
uses: github/codeql-action/upload-sarif@v3
200+
uses: github/codeql-action/upload-sarif@v4
201201
with:
202202
sarif_file: "trivy-results.sarif"

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
--all-projects
3838
--sarif-file-output=snyk-code.sarif
3939
- name: Upload result to GitHub Code Scanning
40-
uses: github/codeql-action/upload-sarif@v3
40+
uses: github/codeql-action/upload-sarif@v4
4141
with:
4242
sarif_file: "snyk-code.sarif"

0 commit comments

Comments
 (0)