Skip to content

Commit a528215

Browse files
- Update CodeQL to @v2
1 parent a616081 commit a528215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
uses: actions/checkout@v2
5757

5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v1
59+
uses: github/codeql-action/init@v2
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363
- name: Autobuild
64-
uses: github/codeql-action/autobuild@v1
64+
uses: github/codeql-action/autobuild@v2
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v1
67+
uses: github/codeql-action/analyze@v2
6868

6969
build:
7070
name: Build and Push to Docker Hub

0 commit comments

Comments
 (0)