Skip to content

Commit bb001ec

Browse files
committed
fix composer version for codeql
1 parent c82c97b commit bb001ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616

1717
- name: Run CodeQL
1818
run: |
19-
docker run --rm -v $PWD:/app composer sh -c \
19+
docker run --rm -v $PWD:/app composer:2.6 sh -c \
2020
"composer install --profile --ignore-platform-reqs && composer check"

0 commit comments

Comments
 (0)