Skip to content

Commit

Permalink
Update Plugin Infrastructure to cb60ea2e753af35896ced323f37b0a7593117428
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion authored and github-actions[bot] committed Jan 2, 2025
1 parent 56c839a commit e743c08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@cb60ea2e753af35896ced323f37b0a7593117428
with:
node: false
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 @@ -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@cb60ea2e753af35896ced323f37b0a7593117428
strategy:
matrix:
label:
Expand Down
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@cb60ea2e753af35896ced323f37b0a7593117428
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-ossf-scorecard",
"johnbillion/wp-compat": "0.2.3",
"lucatume/wp-browser": "3.2.1",
"phpcompatibility/phpcompatibility-wp": "2.1.5",
Expand Down

0 comments on commit e743c08

Please sign in to comment.