Skip to content

Commit e5f8b19

Browse files
data-douserCopilot
andauthored
Update update-codeql.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nathan Randall <70299490+data-douser@users.noreply.github.com>
1 parent 783315c commit e5f8b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
LATEST="${{ needs.detect-update.outputs.latest_version }}"
115115
echo "Updating all version-bearing files to ${LATEST}..."
116-
./server/scripts/update-release-version.sh --skip-cli-validation "${LATEST}"
116+
./server/scripts/update-release-version.sh "${LATEST}"
117117
118118
- name: Update - Install dependencies
119119
run: npm install --include=optional

0 commit comments

Comments
 (0)