From 01b5dd56dc3b60471f17856859e337cdaeb662bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:55:53 -0800 Subject: [PATCH] Bump github/codeql-action from 1.0.26 to 1.1.3 (flutter/engine#39) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 1.1.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/5f532563584d71fdef14ee64d17bafb34f751ce5...75f07e7ab2ee63cba88752d8c696324e4df67466) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../flutter/impeller/.github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/impeller/.github/workflows/scorecards-analysis.yml b/engine/src/flutter/impeller/.github/workflows/scorecards-analysis.yml index 38f2b159eeb..6c6812bf364 100644 --- a/engine/src/flutter/impeller/.github/workflows/scorecards-analysis.yml +++ b/engine/src/flutter/impeller/.github/workflows/scorecards-analysis.yml @@ -48,6 +48,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 + uses: github/codeql-action/upload-sarif@75f07e7ab2ee63cba88752d8c696324e4df67466 with: sarif_file: results.sarif