ci: remove trailing whitespaces

Signed-off-by: Emmanuel Roullit <[email protected]>
This commit is contained in:
Emmanuel Roullit
2023-01-27 14:05:15 +01:00
parent f35be5c494
commit ac13a846c9
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9,21 +9,21 @@ on:
push:
branches: [ $default-branch, $protected-branches ]
pull_request:
branches: [ $default-branch ]
branches: [ $default-branch ]
schedule:
- cron: $cron-weekly
jobs:
php-security:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Psalm Security Scan
uses: psalm/psalm-github-security-scan@f3e6fd9432bc3e44aec078572677ce9d2ef9c287
- name: Upload Security Analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1
with: