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.
2 parents 67cb3cb + da7d5da commit a3e6e8bCopy full SHA for a3e6e8b
1 file changed
.github/workflows/plugin-check.yml
@@ -26,6 +26,8 @@ jobs:
26
unzip ${{ github.event.repository.name }}.zip -d build
27
28
- name: Run plugin check
29
- uses: wordpress/plugin-check-action@v1.0.6
+ uses: wordpress/plugin-check-action@v1.1.4
30
with:
31
build-dir: './build/${{ github.event.repository.name }}'
32
+ exclude-checks: |
33
+ direct_file_access
0 commit comments