Skip to content

Commit ee2ff93

Browse files
chore(deps): update github/codeql-action action to v3
1 parent 55583e3 commit ee2ff93

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@v2
23+
uses: github/codeql-action/init@v3
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@v2
31+
uses: github/codeql-action/autobuild@v3
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@v2
45+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)