Skip to content

Commit 7136ed1

Browse files
committed
Bump github/codeql-action from 2 to 3
1 parent 8827702 commit 7136ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
go-version-file: go.mod
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v3
4646
with:
4747
languages: go
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v2
50+
uses: github/codeql-action/analyze@v3
5151

5252
Test:
5353
needs: Lint

0 commit comments

Comments
 (0)