We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e341e commit 3c270a5Copy full SHA for 3c270a5
.github/workflows/update-deps.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: "Update CodeQL Pack Dependencies"
29
run: |
30
set -e
31
- echo "Find all directoring with a qlpack.yml file"
+ echo "Find all directories with a qlpack.yml file"
32
for dir in $(find . -name qlpack.yml -exec dirname {} \;); do
33
echo "Updating dependencies in $dir"
34
codeql pack upgrade "$dir"
0 commit comments