Skip to content

Commit 09560eb

Browse files
committed
skip depending things
1 parent 453d80e commit 09560eb

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/php.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: PHP Unit Tests
6969
needs:
7070
- lint-php-syntax
71-
- validate-dependencies-file
71+
# - validate-dependencies-file
7272
runs-on: ubuntu-24.04
7373
strategy:
7474
fail-fast: false
@@ -90,23 +90,23 @@ jobs:
9090
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
9191
- run: bin/phpunit --configuration tests/phpunit/phpunit.xml
9292
# 03.quality.php.scan.dependencies-vulnerabilities.yml
93-
scan-dependencies-vulnerabilities:
94-
name: Scan Dependencies Vulnerabilities
95-
needs:
96-
- validate-dependencies-file
97-
runs-on: ubuntu-24.04
98-
steps:
99-
- uses: actions/checkout@v4
100-
- name: Install and Cache Composer dependencies
101-
uses: "ramsey/composer-install@v2"
102-
env:
103-
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
104-
- run: >-
105-
composer audit
106-
--abandoned=report
107-
--no-dev
108-
--no-plugins
109-
--no-scripts
93+
# scan-dependencies-vulnerabilities:
94+
# name: Scan Dependencies Vulnerabilities
95+
# needs:
96+
# - validate-dependencies-file
97+
# runs-on: ubuntu-24.04
98+
# steps:
99+
# - uses: actions/checkout@v4
100+
# - name: Install and Cache Composer dependencies
101+
# uses: "ramsey/composer-install@v2"
102+
# env:
103+
# COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
104+
# - run: >-
105+
# composer audit
106+
# --abandoned=report
107+
# --no-dev
108+
# --no-plugins
109+
# --no-scripts
110110
# 03.quality.php.lint-version-compatibility.yml
111111
php-check-version-compatibility:
112112
name: PHP Version Compatibility

0 commit comments

Comments
 (0)