Skip to content

Commit bc7381d

Browse files
authored
Merge pull request #1304 from github/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents a144e72 + fb6c2fd commit bc7381d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v3
27+
uses: github/codeql-action/init@v4
2828
with:
2929
config-file: ./.github/codeql/codeql-config.yml
3030
languages: "javascript"
3131
queries: security-and-quality
3232

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

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Initialize CodeQL
8484
id: init
85-
uses: github/codeql-action/init@v3
85+
uses: github/codeql-action/init@v4
8686
with:
8787
languages: javascript
8888

0 commit comments

Comments
 (0)