Skip to content

Commit fbf8da0

Browse files
authored
Merge pull request #837 from sir-gon/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents 3099958 + b34e37c commit fbf8da0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# Initializes the CodeQL tools for scanning.
7373
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@v3
74+
uses: github/codeql-action/init@v4
7575
with:
7676
languages: ${{ matrix.language }}
7777
# yamllint disable rule:line-length
@@ -87,7 +87,7 @@ jobs:
8787
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
8888
# If this step fails, then you should remove it and run the build manually (see below)
8989
- name: Autobuild
90-
uses: github/codeql-action/autobuild@v3
90+
uses: github/codeql-action/autobuild@v4
9191

9292
# ℹ️ Command-line programs to run using the OS shell.
9393
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -101,6 +101,6 @@ jobs:
101101
# yamllint enable rule:line-length
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
@@ -199,6 +199,6 @@ jobs:
199199
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
200200

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

.github/workflows/eslint-code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
continue-on-error: true
5959

6060
- name: Upload analysis results to GitHub
61-
uses: github/codeql-action/upload-sarif@v3
61+
uses: github/codeql-action/upload-sarif@v4
6262
with:
6363
sarif_file: eslint-results.sarif
6464
wait-for-processing: true

.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
with:
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)