Skip to content

Commit 4f811cf

Browse files
committed
Use master for yiisoft actions
1 parent a0d0c21 commit 4f811cf

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/bc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828
jobs:
2929
roave_bc_check:
30-
uses: yiisoft/actions/.github/workflows/bc.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
30+
uses: yiisoft/actions/.github/workflows/bc.yml@master
3131
with:
3232
os: >-
3333
['ubuntu-latest']

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
contents: read
2727
jobs:
2828
phpunit:
29-
uses: yiisoft/actions/.github/workflows/phpunit.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
29+
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
3030
secrets:
3131
codecovToken: ${{ secrets.CODECOV_TOKEN }}
3232
with:

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
contents: read
2929
jobs:
3030
composer-require-checker:
31-
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
31+
uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master
3232
with:
3333
os: >-
3434
['ubuntu-latest']

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
contents: read
2525
jobs:
2626
mutation:
27-
uses: yiisoft/actions/.github/workflows/infection.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
27+
uses: yiisoft/actions/.github/workflows/infection.yml@master
2828
with:
2929
os: >-
3030
['ubuntu-latest']

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
contents: read
2727
jobs:
2828
psalm:
29-
uses: yiisoft/actions/.github/workflows/psalm.yml@ab62d6b3b0e0cff6c9724ec5a395bedb41c639a2
29+
uses: yiisoft/actions/.github/workflows/psalm.yml@master
3030
with:
3131
os: >-
3232
['ubuntu-latest']

.github/zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
"yiisoft/*": any

0 commit comments

Comments
 (0)