Skip to content

Commit 04fbb73

Browse files
authored
Merge pull request #78 from tobiasge/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents ebf1f76 + e3632c5 commit 04fbb73

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
@@ -25,10 +25,10 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@v3
2929
with:
3030
languages: ${{ matrix.language }}
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)