Skip to content

Commit d29d451

Browse files
build(deps): bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a7c9ce commit d29d451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v1
23+
uses: github/codeql-action/init@v2
2424
# Override language selection by uncommenting this and choosing your languages
2525
# with:
2626
# languages: go, javascript, csharp, python, cpp, java
2727

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

3333
# ℹ️ Command-line programs to run using the OS shell.
3434
# 📚 https://git.io/JvXDl
@@ -42,4 +42,4 @@ jobs:
4242
# make release
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v1
45+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)