From 48579fa6848848a28b8f5f5b4e537c3f89940354 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 16 Nov 2021 07:51:23 +0000 Subject: [PATCH] ci: drop trailing whitespaces This should help to prevent various linters from complaining about trailing whitespaces when the file is copy-pasted to other repositories: ``` .github/workflows/scorecard-analysis.yml:2: trailing whitespace. +on: .github/workflows/scorecard-analysis.yml:18: trailing whitespace. + .github/workflows/scorecard-analysis.yml:40: trailing whitespace. + ``` --- .github/workflows/scorecard-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scorecard-analysis.yml b/.github/workflows/scorecard-analysis.yml index ce2cf892a6c..be48596de22 100644 --- a/.github/workflows/scorecard-analysis.yml +++ b/.github/workflows/scorecard-analysis.yml @@ -1,5 +1,5 @@ name: Scorecard analysis workflow -on: +on: push: # Only the default branch is supported. branches: [main, master] @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest permissions: security-events: write - + steps: - name: "Checkout code" uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 @@ -37,7 +37,7 @@ jobs: name: SARIF file path: results.sarif retention-days: 5 - + - name: "Upload SARIF results" uses: github/codeql-action/upload-sarif@v1 with: