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 c82c97b commit bb001ecCopy full SHA for bb001ec
.github/workflows/codeql-analysis.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Run CodeQL
18
run: |
19
- docker run --rm -v $PWD:/app composer sh -c \
+ docker run --rm -v $PWD:/app composer:2.6 sh -c \
20
"composer install --profile --ignore-platform-reqs && composer check"
0 commit comments