Skip to content

Commit 48c1dd5

Browse files
committed
Update codeql to v3
1 parent 23a9071 commit 48c1dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ jobs:
148148
- name: Checkout the repository
149149
uses: actions/checkout@v3
150150
- name: Initialize CodeQL
151-
uses: github/codeql-action/init@v2
151+
uses: github/codeql-action/init@v3
152152
with:
153153
languages: javascript
154154
- name: Perform CodeQL Analysis
155-
uses: github/codeql-action/analyze@v2
155+
uses: github/codeql-action/analyze@v3
156156
with:
157157
category: "/language:javascript"

0 commit comments

Comments
 (0)