From f082be4015aa01cf7d3a1427c119468924940093 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 25 May 2023 16:40:14 -0500 Subject: [PATCH] Update github/codeql-action from 2.3.4 to 2.3.5 to fix error (#1846) Fix the currently failing workflow on `main` - https://github.com/flutter/samples/actions/runs/5077854629/jobs/9121639667 --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 702394ccd..06c7d4624 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -50,6 +50,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 + uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 with: sarif_file: results.sarif