Skip to content

Commit c503165

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update github/codeql-action action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fe9114 commit c503165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ jobs:
107107
uses: actions/checkout@v3
108108

109109
- name: Initialize CodeQL
110-
uses: github/codeql-action/init@v2
110+
uses: github/codeql-action/init@v3
111111
with:
112112
languages: 'javascript'
113113
config-file: ./.github/codeql/codeql-config.yml
114114

115115
- name: Perform CodeQL Analysis
116-
uses: github/codeql-action/analyze@v2
116+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)