Skip to content

Commit 21e97ff

Browse files
authored
Merge pull request #11 from Mellanox/dependabot/github_actions/github/codeql-action-3
chore: bump github/codeql-action from 2 to 3
2 parents a3e57c2 + 5f17b0a commit 21e97ff

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@v3
2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v2
25+
uses: github/codeql-action/init@v3
2626
with:
2727
languages: ${{ matrix.language }}
2828
queries: +security-and-quality
2929
- name: Autobuild
30-
uses: github/codeql-action/autobuild@v2
30+
uses: github/codeql-action/autobuild@v3
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v2
32+
uses: github/codeql-action/analyze@v3
3333
with:
3434
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)