Skip to content

Commit e2f947d

Browse files
Merge pull request #5 from usbbluetooth/dependabot/github_actions/github/codeql-action-4
Build(deps): Bump github/codeql-action from 3 to 4
2 parents 28d83c9 + 708cbf3 commit e2f947d

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v3
59+
uses: github/codeql-action/init@v4
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: ${{ matrix.build-mode }}
@@ -84,6 +84,6 @@ jobs:
8484
exit 1
8585
8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@v3
87+
uses: github/codeql-action/analyze@v4
8888
with:
8989
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)