Skip to content

Commit cce2e8e

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

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
@@ -36,15 +36,15 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v1
39+
uses: github/codeql-action/init@v3
4040
# Override language selection by uncommenting this and choosing your languages
4141
# with:
4242
# languages: go, javascript, csharp, python, cpp, java
4343

4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below).
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@v1
47+
uses: github/codeql-action/autobuild@v3
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@v1
61+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)