Skip to content

Commit 9ef096c

Browse files
data-douserCopilot
andauthored
Update .github/workflows/release-tag.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b700d79 commit 9ef096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
shell: bash
105105
run: |
106106
echo "Upgrading CodeQL pack lock files"
107-
find . -name "qlpack.yml" -type f | while read -r qlpack_file; do
107+
find . -name "qlpack.yml" -type f | sort | while read -r qlpack_file; do
108108
pack_dir=$(dirname "$qlpack_file")
109109
echo "Upgrading pack in directory: $pack_dir"
110110
cd "$pack_dir"

0 commit comments

Comments
 (0)