Skip to content

Commit d3334c0

Browse files
authored
Merge pull request #3082 from mario-campos/mario-campos/codeql-action-v4
Update CodeQL action versions to v4 in workflow configuration
2 parents 58e7cd0 + 43f0e19 commit d3334c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

code-scanning/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Initializes the CodeQL tools for scanning.
6565
- name: Initialize CodeQL
66-
uses: github/codeql-action/init@v3
66+
uses: github/codeql-action/init@v4
6767
with:
6868
languages: ${{ matrix.language }}
6969
build-mode: ${{ matrix.build-mode }}
@@ -80,7 +80,8 @@ jobs:
8080
# to build your code.
8181
# ℹ️ Command-line programs to run using the OS shell.
8282
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83-
- if: matrix.build-mode == 'manual'
83+
- name: Run manual build steps
84+
if: matrix.build-mode == 'manual'
8485
shell: bash
8586
run: |
8687
echo 'If you are using a "manual" build mode for one or more of the' \
@@ -91,6 +92,6 @@ jobs:
9192
exit 1
9293
9394
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@v3
95+
uses: github/codeql-action/analyze@v4
9596
with:
9697
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)