Skip to content

Commit 524bbc5

Browse files
Merge pull request #4034 from sqlitebrowser/dependabot/github_actions/github/codeql-action-4
2 parents bb490e0 + ec2f568 commit 524bbc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
43+
uses: github/codeql-action/init@v4
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# If this step fails, then you should remove it and run the build manually (see below)
6363
- if: matrix.language != 'cpp'
6464
name: Autobuild
65-
uses: github/codeql-action/autobuild@v3
65+
uses: github/codeql-action/autobuild@v4
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@v3
78+
uses: github/codeql-action/analyze@v4
7979
with:
8080
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)