Skip to content

Commit 02c4537

Browse files
committed
Fix workflow
1 parent 807ea34 commit 02c4537

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code_scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Initialize CodeQL
4444
id: initialize-codeql
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
env:
4747
# Add our custom extractor to the CodeQL search path
4848
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"init":["--search-path","${{ github.workspace }}/extractors"]}}'
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Perform CodeQL Analysis
6464
id: analyze
65-
uses: github/codeql-action/analyze@v3
65+
uses: github/codeql-action/analyze@v4
6666
env:
6767
LGTM_INDEX_XML_MODE: all
6868
LGTM_INDEX_FILETYPES: ".json:JSON"

.github/workflows/javascript.sarif.expected

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)