Skip to content

Commit c8a01f7

Browse files
Merge pull request #536 from jeetchoudhary/master
Update codeql-action to v2
2 parents 3c40e71 + 4a9b56d commit c8a01f7

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
@@ -35,15 +35,15 @@ jobs:
3535

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

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

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

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

0 commit comments

Comments
 (0)