Skip to content

Commit b435295

Browse files
authored
Merge pull request #799 from sir-gon/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents fa6f810 + 3b710ce commit b435295

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

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

7171
# Initializes the CodeQL tools for scanning.
7272
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@v3
73+
uses: github/codeql-action/init@v4
7474
with:
7575
languages: ${{ matrix.language }}
7676
# 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
@@ -189,6 +189,6 @@ jobs:
189189
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
190190

191191
- name: Upload Trivy scan results to GitHub Security tab
192-
uses: github/codeql-action/upload-sarif@v3
192+
uses: github/codeql-action/upload-sarif@v4
193193
with:
194194
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
@@ -69,7 +69,7 @@ jobs:
6969
continue-on-error: true
7070

7171
- name: Upload analysis results to GitHub
72-
uses: github/codeql-action/upload-sarif@v3
72+
uses: github/codeql-action/upload-sarif@v4
7373
with:
7474
sarif_file: eslint-results.sarif
7575
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)