From d0ac97e33f1e259606d2aa707f61650d6ecc899a Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 19 Jan 2021 17:02:31 +0000 Subject: [PATCH 1/3] Add results limit to description --- upload-sarif/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml index 6ae2f83ae..acbe79579 100644 --- a/upload-sarif/action.yml +++ b/upload-sarif/action.yml @@ -3,7 +3,7 @@ description: 'Upload the analysis results' author: 'GitHub' inputs: sarif_file: - description: The SARIF file or directory of SARIF files to be uploaded. + description: The SARIF file or directory of SARIF files to be uploaded. Each SARIF file should contain a maximum of 1000 results, any additional results are ignored. required: false default: '../results' checkout_path: From a3a8231e64d3db0e7da0f3b56b9521dcccdfe412 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 19 Jan 2021 17:17:45 +0000 Subject: [PATCH 2/3] Update upload-sarif/action.yml Co-authored-by: hubwriter --- upload-sarif/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml index acbe79579..3c088e6bf 100644 --- a/upload-sarif/action.yml +++ b/upload-sarif/action.yml @@ -3,7 +3,7 @@ description: 'Upload the analysis results' author: 'GitHub' inputs: sarif_file: - description: The SARIF file or directory of SARIF files to be uploaded. Each SARIF file should contain a maximum of 1000 results, any additional results are ignored. + description: The SARIF file or directory of SARIF files to be uploaded. Each upload should contain a maximum of 1000 results, any additional results are ignored. required: false default: '../results' checkout_path: From cfdf2eaf7a33b300ead6a4632c0c4fb85af55a5e Mon Sep 17 00:00:00 2001 From: Robert Date: Thu, 21 Jan 2021 16:06:26 +0000 Subject: [PATCH 3/3] move .github/workflows back where it was --- .github/workflows/pr-checks.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 42b9b3aa9..a8b9c3e96 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -54,6 +54,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init - name: Build code shell: bash @@ -93,6 +94,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init with: tools: ${{ matrix.tools }} @@ -126,6 +128,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init with: languages: go @@ -159,6 +162,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init with: languages: go @@ -185,6 +189,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init with: languages: go @@ -205,6 +210,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -246,6 +252,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - uses: ./../action/init with: languages: javascript @@ -339,6 +346,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: | @@ -374,6 +382,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: | @@ -410,6 +419,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: | @@ -447,6 +457,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: | @@ -481,6 +492,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: | @@ -516,6 +528,7 @@ jobs: mkdir ../action mv * .github ../action/ mv ../action/tests/multi-language-repo/{*,.github} . + mv ../action/.github/workflows .github - name: Build runner run: |