Skip to content

Commit 99bcb87

Browse files
chore: update github/codeql-action action to v3 (#1006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e486c1 commit 99bcb87

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@v2
26+
uses: github/codeql-action/init@v3
2727
with:
2828
languages: javascript
2929
config: |
3030
paths-ignore:
3131
- '**/test'
3232
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v2
34+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)