Skip to content

Commit 8531e87

Browse files
build(deps): bump github/codeql-action from 2 to 3 (#234)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f518f8b commit 8531e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

117117
# Initializes the CodeQL tools for scanning.
118118
- name: Initialize CodeQL
119-
uses: github/codeql-action/init@v2
119+
uses: github/codeql-action/init@v3
120120
with:
121121
languages: ${{ matrix.language }}
122122
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -139,9 +139,9 @@ jobs:
139139
140140
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
141141
- name: Autobuild
142-
uses: github/codeql-action/autobuild@v2
142+
uses: github/codeql-action/autobuild@v3
143143

144144
- name: Perform CodeQL Analysis
145-
uses: github/codeql-action/analyze@v2
145+
uses: github/codeql-action/analyze@v3
146146
with:
147147
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)