Skip to content

Commit

Permalink
fix: update deptrac.yml
Browse files Browse the repository at this point in the history
```console
Phive 0.15.2 - Copyright (C) 2015-2024 by Arne Blankerts, Sebastian Heuer and Contributors
Downloading https://api.github.com/rate_limit
Downloading https://github.com/qossmic/deptrac/releases/download/2.0.0-alpha/deptrac.phar
Downloading https://github.com/qossmic/deptrac/releases/download/2.0.0-alpha/deptrac.phar.asc
Downloading key 47436587D82C4A39
Trying to connect to keys.openpgp.org (37.218.245.50)
Downloading https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x47436587D82C4A39
Successfully downloaded key.

	Fingerprint: 57CB 556F 242F C8D4 FD48 3C2C 4743 6587 D82C 4A39

	Gennadi McKelvey <gennadi.mckelvey@qossmic.com>

	Created: 2023-11-30

Error:    Needs tty to be able to confirm
Import this key? [y|N] 
Error: Process completed with exit code 4.
```
  • Loading branch information
datamweb committed Mar 15, 2024
1 parent 0cdd4c0 commit 3a4f302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deptrac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
tools: phive
tools: composer
extensions: intl, json, mbstring, xml
coverage: none
env:
Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Trace dependencies
run: |
sudo phive --no-progress install --global --trust-gpg-keys B8F640134AB1782E,A98E898BB53EB748 qossmic/deptrac
deptrac analyze --cache-file=build/deptrac.cache
composer require --dev qossmic/deptrac-shim
vendor/bin/deptrac analyze --cache-file=build/deptrac.cach

0 comments on commit 3a4f302

Please sign in to comment.