Skip to content

Commit a93d3ae

Browse files
committed
Updated actions
1 parent 5688df4 commit a93d3ae

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/code-analysis.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
name: Mago
1+
name: Code analysis
2+
3+
env:
4+
COMPOSE_USER: runner
25

36
on:
47
pull_request:

.github/workflows/composer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
docker network create frontend
8787
8888
- run: |
89-
docker compose run --rm phpfpm composer audit
89+
docker compose run --rm phpfpm composer audit --locked

0 commit comments

Comments
 (0)