Skip to content

Commit 97c4742

Browse files
author
sangeet-joy_xero
committed
removed vulenrable package check
1 parent 3612af2 commit 97c4742

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
run: composer install
2828
working-directory: xero-php-oauth2
2929

30-
- name: Check for Vulnerabilities
31-
run: composer audit
32-
working-directory: xero-php-oauth2
33-
34-
- name: Check for Outdated Packages
35-
run: composer outdated
36-
working-directory: xero-php-oauth2
37-
3830
- name: Validate PHP Syntax
3931
run: find . -path ./vendor -prune -o -name "*.php" -exec php -l {} \; > /dev/null || exit 1
4032
working-directory: xero-php-oauth2

0 commit comments

Comments
 (0)