Skip to content

Commit b7804c6

Browse files
Update github/codeql-action action to v4 (#949)
| datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5578840 commit b7804c6

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
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@v3
36+
uses: github/codeql-action/init@v4
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,7 +46,7 @@ jobs:
4646
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
4747
# If this step fails, then you should remove it and run the build manually (see below)
4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@v3
49+
uses: github/codeql-action/autobuild@v4
5050

5151
# ℹ️ Command-line programs to run using the OS shell.
5252
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -59,6 +59,6 @@ jobs:
5959
# ./location_of_script_within_repo/buildscript.sh
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v3
62+
uses: github/codeql-action/analyze@v4
6363
with:
6464
category: "/language:${{matrix.language}}"

.github/workflows/docker-openresty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fail-build: false
9393

9494
- name: Upload scan result to GitHub Security tab
95-
uses: github/codeql-action/upload-sarif@v3
95+
uses: github/codeql-action/upload-sarif@v4
9696
continue-on-error: true
9797
with:
9898
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
fail-build: false
114114

115115
- name: Upload scan result to GitHub Security tab
116-
uses: github/codeql-action/upload-sarif@v3
116+
uses: github/codeql-action/upload-sarif@v4
117117
continue-on-error: true
118118
with:
119119
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)