File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments