Skip to content

Commit

Permalink
Update Plugin Infrastructure to 875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion authored and github-actions[bot] committed Jan 3, 2025
1 parent 56c839a commit 4ac9470
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
with:
node: false
php: ${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build
permissions:
contents: write
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-build.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
with:
node: false
tag: ${{ github.event_name != 'workflow_dispatch' }}
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 @@ -32,7 +32,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: WordPress.org
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-assets.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
with:
plugin: wp-crontrol
readme: readme.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: {}
jobs:
deploy:
name: Deploy Tag
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-deploy-tag.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
security-events: write
actions: read
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-workflow-lint.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: ${{ matrix.label }}
permissions:
contents: read
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@trunk
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-static-analysis.yml@875e99f4da4da7d7cd1324fa810fc305d8f9ffaa
strategy:
matrix:
label:
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-webdriver": "^1.0",
"codeception/util-universalframework": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"johnbillion/plugin-infrastructure": "dev-trunk",
"johnbillion/plugin-infrastructure": "dev-pot-file",
"johnbillion/wp-compat": "0.2.3",
"lucatume/wp-browser": "3.2.1",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
Expand Down

0 comments on commit 4ac9470

Please sign in to comment.