Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with johnbillion/plugin-infrastructure@actions-sast #151

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- wp: '5.9'
php: '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@f87c623c814305c0eab6d27cba240b59deac9a43
with:
wp: ${{ matrix.wp }}
php: ${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:
jobs:
test:
name: ${{ matrix.label }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@f87c623c814305c0eab6d27cba240b59deac9a43
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
jobs:
test:
name: WP ${{ matrix.wp }}
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-integration-tests.yml@f87c623c814305c0eab6d27cba240b59deac9a43
strategy:
# See the following for PHP compatibility of WordPress versions:
# https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"codeception/module-db": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/util-universalframework": "^1.0",
"johnbillion/plugin-infrastructure": "dev-trunk",
"johnbillion/plugin-infrastructure": "dev-actions-sast",
"johnbillion/wp-compat": "0.3.0",
"lucatume/wp-browser": "3.2.3",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
Expand Down