Skip to content

Commit aa9163a

Browse files
committed
fix: Update workflow references to use versioned actions for consistency.
1 parent f1a7a6a commit aa9163a

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

.github/workflows/build-mssql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: build-mssql
2020
jobs:
2121
mssql:
2222
name: SQL Server tests.
23-
uses: php-forge/actions/.github/workflows/phpunit-database.yml@main
23+
uses: php-forge/actions/.github/workflows/phpunit-database.yml@v1
2424
secrets:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
with:

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: build-mysql
2020
jobs:
2121
mysql:
2222
name: MySQL tests.
23-
uses: php-forge/actions/.github/workflows/phpunit-database.yml@fix-mini-31
23+
uses: php-forge/actions/.github/workflows/phpunit-database.yml@v1
2424
secrets:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
with:

.github/workflows/build-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: build-oracle
2020
jobs:
2121
oracle:
2222
name: Oracle tests.
23-
uses: php-forge/actions/.github/workflows/phpunit-database.yml@main
23+
uses: php-forge/actions/.github/workflows/phpunit-database.yml@v1
2424
secrets:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
with:

.github/workflows/build-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: build-pgsql
2020
jobs:
2121
pgsql:
2222
name: PostgreSQL tests.
23-
uses: php-forge/actions/.github/workflows/phpunit-database.yml@main
23+
uses: php-forge/actions/.github/workflows/phpunit-database.yml@v1
2424
secrets:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626
with:

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: build
1919

2020
jobs:
2121
phpunit:
22-
uses: php-forge/actions/.github/workflows/phpunit.yml@fix-mini-31
22+
uses: php-forge/actions/.github/workflows/phpunit.yml@v1
2323
secrets:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2525
with:
@@ -29,7 +29,7 @@ jobs:
2929
extensions: pdo, pdo_sqlite
3030
phpunit-group: sqlite
3131
phpunit-compatibility:
32-
uses: php-forge/actions/.github/workflows/phpunit.yml@fix-mini-31
32+
uses: php-forge/actions/.github/workflows/phpunit.yml@v1
3333
secrets:
3434
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3535
with:

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: Composer require checker
1919

2020
jobs:
2121
composer-require-checker:
22-
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@main
22+
uses: php-forge/actions/.github/workflows/composer-require-checker.yml@v1

.github/workflows/ecs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ name: ecs
1919

2020
jobs:
2121
easy-coding-standard:
22-
uses: php-forge/actions/.github/workflows/ecs.yml@main
22+
uses: php-forge/actions/.github/workflows/ecs.yml@v1
2323
with:
2424
extensions: mbstring

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: mutation test
1919

2020
jobs:
2121
mutation:
22-
uses: php-forge/actions/.github/workflows/infection.yml@fix-mini-31
22+
uses: php-forge/actions/.github/workflows/infection.yml@v1
2323
with:
2424
before-hook: |
2525
# Config MySQL with Docker

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: static analysis
1919

2020
jobs:
2121
phpstan:
22-
uses: php-forge/actions/.github/workflows/phpstan.yml@main
22+
uses: php-forge/actions/.github/workflows/phpstan.yml@v1

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ are permitted provided that the following conditions are met:
1111
* Redistributions in binary form must reproduce the above copyright notice,
1212
this list of conditions and the following disclaimer in the documentation
1313
and/or other materials provided with the distribution.
14-
* Neither the name of Terabytesoftw nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without
16-
specific prior written permission.
14+
* Neither the name of Yii2 Extensions (Terabytesoftw) nor the names of its
15+
contributors may be used to endorse or promote products derived from this
16+
software without specific prior written permission.
1717

1818
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1919
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

0 commit comments

Comments
 (0)