Skip to content

Commit 5b1dce9

Browse files
Bump github/codeql-action from 2 to 3 (#1635)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac96998 commit 5b1dce9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/codeql-analysis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
# Initializes the CodeQL tools for scanning.
1818
- name: Initialize CodeQL
19-
uses: github/codeql-action/init@v2
19+
uses: github/codeql-action/init@v3
2020
# Override language selection by uncommenting this and choosing your languages
2121
# with:
2222
# languages: go, javascript, csharp, python, cpp, java
2323

2424
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
2525
# If this step fails, then you should remove it and run the build manually (see below)
2626
- name: Autobuild
27-
uses: github/codeql-action/autobuild@v2
27+
uses: github/codeql-action/autobuild@v3
2828

2929
# â„đïļ Command-line programs to run using the OS shell.
3030
# 📚 https://git.io/JvXDl
@@ -38,4 +38,4 @@ jobs:
3838
# make release
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@v2
41+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)