Skip to content

Commit 3670c72

Browse files
committed
Actions: Use the main branch of the codeql action
This commit switches to the bleeding edge, main branch of the codeql action. This helps us test the action before merging all of the new changes into main, which occurs roughly once a week. If there are commits that introduce bugs in codeql-action, then we will be more likely to catch it before releasing to the world if we are using it in this extension.
1 parent a09c12a commit 3670c72

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
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v1
28+
uses: github/codeql-action/init@main
2929
# Override language selection by uncommenting this and choosing your languages
3030
with:
3131
languages: csharp
@@ -34,7 +34,7 @@ jobs:
3434
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3535
# If this step fails, then you should remove it and run the build manually (see below)
3636
- name: Autobuild
37-
uses: github/codeql-action/autobuild@v1
37+
uses: github/codeql-action/autobuild@main
3838

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

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v1
51+
uses: github/codeql-action/analyze@main

0 commit comments

Comments
 (0)