Skip to content

Commit f0548f1

Browse files
authored
Merge pull request #382 from sir-gon/renovate/github-codeql-action-4.x
Update github/codeql-action action to v4
2 parents c8508e3 + d82cead commit f0548f1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

6565
# Initializes the CodeQL tools for scanning.
6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@v3
67+
uses: github/codeql-action/init@v4
6868
with:
6969
languages: ${{ matrix.language }}
7070
# yamllint disable rule:line-length
@@ -81,7 +81,7 @@ jobs:
8181
# If this step fails, then you should remove it and run the build manually (see below)
8282

8383
- name: Autobuild
84-
uses: github/codeql-action/autobuild@v3
84+
uses: github/codeql-action/autobuild@v4
8585

8686
# ℹ️ Command-line programs to run using the OS shell.
8787
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -95,6 +95,6 @@ jobs:
9595
# yamllint enable rule:line-length
9696

9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v3
98+
uses: github/codeql-action/analyze@v4
9999
with:
100100
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/snyk-code.yml

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

0 commit comments

Comments
 (0)