We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556f897 commit 80c99eeCopy full SHA for 80c99ee
1 file changed
.github/workflows/codeql.yml
@@ -57,9 +57,12 @@ jobs:
57
swift --version
58
swift package --version
59
60
+ - name: Ensure remote dependencies
61
+ run: ./Scripts/ensure-remote-deps.sh
62
+
63
# Initializes the CodeQL tools for scanning.
64
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
65
+ uses: github/codeql-action/init@v4
66
with:
67
languages: ${{ matrix.language }}
68
# If you wish to specify custom queries, you can do so here or in a config file.
0 commit comments