Skip to content

Commit 80c99ee

Browse files
authored
Upgrade CodeQL action from v3 to v4
1 parent 556f897 commit 80c99ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,12 @@ jobs:
5757
swift --version
5858
swift package --version
5959
60+
- name: Ensure remote dependencies
61+
run: ./Scripts/ensure-remote-deps.sh
62+
6063
# Initializes the CodeQL tools for scanning.
6164
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@v3
65+
uses: github/codeql-action/init@v4
6366
with:
6467
languages: ${{ matrix.language }}
6568
# If you wish to specify custom queries, you can do so here or in a config file.

0 commit comments

Comments
 (0)