Skip to content

Commit d4d6bd0

Browse files
authored
Merge pull request #3549 from jamulussoftware/dependabot/github_actions/github/codeql-action-4
Build: Bump github/codeql-action from 3 to 4
2 parents e92134d + 6ce0817 commit d4d6bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

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

355355
- name: Initialize CodeQL
356356
if: matrix.config.run_codeql
357-
uses: github/codeql-action/init@v3
357+
uses: github/codeql-action/init@v4
358358
with:
359359
languages: 'cpp'
360360

@@ -442,7 +442,7 @@ jobs:
442442
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
443443
- name: Perform CodeQL Analysis
444444
if: matrix.config.run_codeql
445-
uses: github/codeql-action/analyze@v3
445+
uses: github/codeql-action/analyze@v4
446446

447447
create_deb_repo:
448448
name: Create files for .deb repository (if requested)

0 commit comments

Comments
 (0)