Skip to content

Commit 825859f

Browse files
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f90b39 commit 825859f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 7 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.
@@ -47,7 +47,7 @@ jobs:
4747
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4848
# If this step fails, then you should remove it and run the build manually (see below)
4949
- name: Autobuild
50-
uses: github/codeql-action/autobuild@v3
50+
uses: github/codeql-action/autobuild@v4
5151

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

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@v3
63+
uses: github/codeql-action/analyze@v4
6464
with:
6565
category: "/language:${{matrix.language}}"
6666

@@ -79,7 +79,7 @@ jobs:
7979

8080
# Initializes the CodeQL tools for scanning.
8181
- name: Initialize CodeQL
82-
uses: github/codeql-action/init@v3
82+
uses: github/codeql-action/init@v4
8383
with:
8484
languages: 'csharp'
8585

@@ -94,7 +94,7 @@ jobs:
9494
# dotnet build gremlin-dotnet/test/Gremlin.Net.Template.IntegrationTest
9595

9696
- name: Perform CodeQL Analysis
97-
uses: github/codeql-action/analyze@v3
97+
uses: github/codeql-action/analyze@v4
9898
with:
9999
category: "/language:csharp"
100100

@@ -113,7 +113,7 @@ jobs:
113113

114114
# Initializes the CodeQL tools for scanning.
115115
- name: Initialize CodeQL
116-
uses: github/codeql-action/init@v3
116+
uses: github/codeql-action/init@v4
117117
with:
118118
languages: 'java'
119119

@@ -125,6 +125,6 @@ jobs:
125125
-DskipTests -Dmaven.test.skip.exec -Dlicense.skip=true -Drat.skip=true -Dspotless.check.skip=true
126126
127127
- name: Perform CodeQL Analysis
128-
uses: github/codeql-action/analyze@v3
128+
uses: github/codeql-action/analyze@v4
129129
with:
130130
category: "/language:java"

0 commit comments

Comments
 (0)