Skip to content

Commit

Permalink
fix: codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 6, 2024
1 parent 94127bb commit f7de86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:

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

0 comments on commit f7de86f

Please sign in to comment.