We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a8a76 commit 1b2da6eCopy full SHA for 1b2da6e
3 files changed
.github/workflows/linter.yml
@@ -26,6 +26,6 @@ on:
26
27
jobs:
28
phpcs:
29
- uses: yiisoft/yii2-actions/.github/workflows/linter.yml@161a59a5e7d9c5b650c4a132f6e9292bacfcb5cc
+ uses: yiisoft/yii2-actions/.github/workflows/linter.yml@master
30
with:
31
extensions: 'amqp'
.github/workflows/static.yml
phpstan:
- uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@161a59a5e7d9c5b650c4a132f6e9292bacfcb5cc
+ uses: yiisoft/yii2-actions/.github/workflows/phpstan.yml@master
extensions: amqp
.github/zizmor.yml
@@ -0,0 +1,5 @@
1
+rules:
2
+ unpinned-uses:
3
+ config:
4
+ policies:
5
+ "yiisoft/*": any
0 commit comments