Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 5fb6910

Browse files
committed
chore(deps): update github/codeql-action action to v2
1 parent 3944465 commit 5fb6910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
go-version: 1.17
6262

6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@v1
64+
uses: github/codeql-action/init@v2
6565
with:
6666
languages: ${{ matrix.language }}
6767

@@ -73,4 +73,4 @@ jobs:
7373
run: make build
7474

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

0 commit comments

Comments
 (0)