Skip to content

Commit b00826d

Browse files
committed
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 eab5865 commit b00826d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Initialize CodeQL
19-
uses: github/codeql-action/init@v1
19+
uses: github/codeql-action/init@main
2020
with:
2121
languages: javascript
2222
config-file: ./.github/codeql/codeql-config.yml
2323

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

0 commit comments

Comments
 (0)