Skip to content

Commit cc37355

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 0db2fa7 commit cc37355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ jobs:
118118
uses: actions/checkout@v5
119119

120120
- name: Initialize CodeQL
121-
uses: github/codeql-action/init@v3
121+
uses: github/codeql-action/init@v4
122122
with:
123123
languages: 'javascript'
124124
config-file: ./.github/codeql/codeql-config.yaml
125125

126126
- name: Perform CodeQL Analysis
127-
uses: github/codeql-action/analyze@v3
127+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)