diff options
| author | 2020-06-11 11:46:36 +0100 | |
|---|---|---|
| committer | 2020-06-11 11:46:36 +0100 | |
| commit | b0d92ba56bdf8aad14cf09061213ee64a6f2f142 (patch) | |
| tree | b4dae32eff93b8257c59e4f6aa1e7b627bef4daf | |
| parent | Create codeql-analysis.yml (diff) | |
Fix trailing whitespace in Action file
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 34ba4a679..8760b35ec 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ jobs:      - run: git checkout HEAD^2        if: ${{ github.event_name == 'pull_request' }} -       +      - name: Initialize CodeQL        uses: github/codeql-action/init@v1        with: | 
