Skip to content

Commit

Permalink
Update codeql-v7.yml
Browse files Browse the repository at this point in the history
Use `docker compose`, not `docker-compose` to fix the GitHub workflows.
  • Loading branch information
olivere authored Aug 8, 2024
1 parent 29ee989 commit aab2622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
languages: go

- name: Run Docker containers
run: docker-compose up -d
run: docker compose up -d

- name: Check Docker containers
run: docker ps -a
Expand Down

0 comments on commit aab2622

Please sign in to comment.