Skip to content

Commit df8f18a

Browse files
chore(deps): update github/codeql-action action to v3
1 parent bf4b459 commit df8f18a

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
@@ -19,15 +19,15 @@ jobs:
1919

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

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

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

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

0 commit comments

Comments
 (0)