Skip to content

Commit 2a46140

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

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@v5
108108

109109
- name: Initialize CodeQL
110-
uses: github/codeql-action/init@v3
110+
uses: github/codeql-action/init@v4
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@v3
116+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)