Skip to content

Commit 1b82f6d

Browse files
authored
Merge pull request #14224 from Automattic/dependabot/github_actions/master/github/codeql-action-3
chore(deps): bump github/codeql-action from 2 to 3
2 parents dd455fc + 3e5b52e commit 1b82f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
config-file: ./.github/codeql/codeql-config.yml
3131
# Override language selection by uncommenting this and choosing your languages
@@ -44,4 +44,4 @@ jobs:
4444
# make release
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v2
47+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)