Skip to content

Commit 80fd3a3

Browse files
authored
Merge pull request #14 from github/git-systems/upgrade-codeql-action
Upgrade the CodeQL action to V2 version
2 parents 9f1d2ff + 9b9cdee commit 80fd3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: actions/checkout@v2
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v1
28+
uses: github/codeql-action/init@v2
2929
with:
3030
languages: go
3131

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

0 commit comments

Comments
 (0)