Skip to content

Commit 3305543

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update github/codeql-action action to v2
Signed-off-by: Renovate Bot <[email protected]>
1 parent 51d132a commit 3305543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ jobs:
104104
uses: actions/checkout@v3
105105

106106
- name: Initialize CodeQL
107-
uses: github/codeql-action/init@v1
107+
uses: github/codeql-action/init@v2
108108
with:
109109
languages: 'javascript'
110110
config-file: ./.github/codeql/codeql-config.yml
111111

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

0 commit comments

Comments
 (0)