Skip to content

Commit 5ee509a

Browse files
renovate[bot]philippfromme
authored andcommitted
chore: update github/codeql-action action to v4
1 parent 55d11ea commit 5ee509a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CODE_SCANNING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
# Initializes the CodeQL tools for scanning.
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v3
26+
uses: github/codeql-action/init@v4
2727
with:
2828
languages: javascript
2929
config: |
3030
paths-ignore:
3131
- '**/test'
3232
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v3
34+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)