Skip to content

Commit ca30d3d

Browse files
authored
Merge pull request #1757 from rabbitmq/dependabot/github_actions/main/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 6cd6d39 + 029da56 commit ca30d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v3
46+
uses: github/codeql-action/init@v4
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,4 +58,4 @@ jobs:
5858
make
5959
6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@v3
61+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)