Skip to content

Commit 1b2da6e

Browse files
committed
Use master for yiisoft actions
1 parent b7a8a76 commit 1b2da6e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ on:
2626

2727
jobs:
2828
phpcs:
29-
uses: yiisoft/yii2-actions/.github/workflows/linter.yml@161a59a5e7d9c5b650c4a132f6e9292bacfcb5cc
29+
uses: yiisoft/yii2-actions/.github/workflows/linter.yml@master
3030
with:
3131
extensions: 'amqp'

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ on:
2626

2727
jobs:
2828
phpstan:
29-
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@161a59a5e7d9c5b650c4a132f6e9292bacfcb5cc
29+
uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master
3030
with:
3131
extensions: amqp

.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)