Skip to content

Commit 4c4aa07

Browse files
authored
Merge pull request #58 from Mellanox/dependabot/github_actions/github/codeql-action-4
chore: bump github/codeql-action from 3 to 4
2 parents b00cfe8 + 2ef05b5 commit 4c4aa07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v5
2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v3
25+
uses: github/codeql-action/init@v4
2626
with:
2727
languages: ${{ matrix.language }}
2828
queries: +security-and-quality
2929
- name: Autobuild
30-
uses: github/codeql-action/autobuild@v3
30+
uses: github/codeql-action/autobuild@v4
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v3
32+
uses: github/codeql-action/analyze@v4
3333
with:
3434
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)